[Libreoffice-commits] core.git: include/svx
Stephan Bergmann
sbergman at redhat.com
Fri Jun 15 07:27:20 UTC 2018
include/svx/paraprev.hxx | 6 ++++++
1 file changed, 6 insertions(+)
New commits:
commit 980b2d5e309132cab0e74401531d7c671d1f5c37
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Fri Jun 15 09:25:30 2018 +0200
Fix train wreck
...between c37077578deffb79405330967191185967e90b98 "loplugin:unusedfields" and
8b0dae14a5af0ad2892bac0e606467af6148c8d1 "weld SvxStdParagraphTabPage"
Change-Id: I1a76690a73759a8439df99848c35fa08bc18a253
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];
More information about the Libreoffice-commits
mailing list