diff options
-rw-r--r-- | include/svx/paraprev.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/svx/paraprev.hxx b/include/svx/paraprev.hxx index 07545fc00202..59c07e5eacfd 100644 --- a/include/svx/paraprev.hxx +++ b/include/svx/paraprev.hxx @@ -119,10 +119,16 @@ class SVX_DLLPUBLIC ParaPrevWindow final : public weld::CustomWidgetController // indentation long nLeftMargin; long nRightMargin; + short nFirstLineOfst; + // distances + sal_uInt16 nUpper; + sal_uInt16 nLower; // adjustment SvxAdjust eAdjust; // last line in justification SvxAdjust eLastLine; + // line distance + SvxPrevLineSpace eLine; OUString aText; tools::Rectangle Lines[9]; |