summaryrefslogtreecommitdiff
path: root/include/svx/paraprev.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/paraprev.hxx')
-rw-r--r--include/svx/paraprev.hxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/svx/paraprev.hxx b/include/svx/paraprev.hxx
index 2c882e082be4..019cee94345e 100644
--- a/include/svx/paraprev.hxx
+++ b/include/svx/paraprev.hxx
@@ -38,21 +38,6 @@ enum class SvxPrevLineSpace
class SVX_DLLPUBLIC SvxParaPrevWindow final : public vcl::Window
{
Size aSize;
-
- // 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];