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.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/svx/paraprev.hxx b/include/svx/paraprev.hxx
index a7ac58eb1f35..e604ffbd867f 100644
--- a/include/svx/paraprev.hxx
+++ b/include/svx/paraprev.hxx
@@ -52,10 +52,9 @@ private:
SvxAdjust eLastLine;
// line distance
SvxPrevLineSpace eLine;
- sal_uInt16 nLineVal;
OUString aText;
- tools::Rectangle Lines[9];
+ tools::Rectangle Lines[9];
protected:
virtual void Paint(vcl::RenderContext& rRenderContext, const tools::Rectangle& rRect) override;
@@ -94,9 +93,9 @@ public:
{
eLastLine = eNew;
}
- void SetLineSpace( SvxPrevLineSpace eNew, sal_uInt16 nNew = 0 )
+ void SetLineSpace( SvxPrevLineSpace eNew )
{
- eLine = eNew; nLineVal = nNew;
+ eLine = eNew;
}
void SetText( const OUString& rStr ) override
{