diff options
Diffstat (limited to 'src/document.h')
| -rw-r--r-- | src/document.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/document.h b/src/document.h index 49bde1897..142eb5000 100644 --- a/src/document.h +++ b/src/document.h @@ -30,6 +30,24 @@ #include <set> #include <deque> +// This variable is introduced with 0.92.1 +// with the introduction of automatic fix +// for files detected to have been created +// with previous versions to have a similar +// look in 0.92+. +extern bool sp_no_convert_text_baseline_spacing; + + + +// This variable is introduced with 0.92.1 +// with the introduction of automatic fix +// for files detected to have been created +// with previous versions to have a similar +// look in 0.92+. +extern bool sp_do_not_fix_pre_92; + + + namespace Avoid { class Router; } |
