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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/paraprev.hxx b/include/svx/paraprev.hxx
index 885a22f1b171..8eb4001a75d7 100644
--- a/include/svx/paraprev.hxx
+++ b/include/svx/paraprev.hxx
@@ -41,7 +41,7 @@ class SVX_DLLPUBLIC SvxParaPrevWindow final : public weld::CustomWidgetControlle
// indentation
long nLeftMargin;
long nRightMargin;
- short nFirstLineOfst;
+ short nFirstLineOffset;
// distances
sal_uInt16 nUpper;
sal_uInt16 nLower;
@@ -61,7 +61,7 @@ public:
void SetFirstLineOffset( short nNew )
{
- nFirstLineOfst = nNew;
+ nFirstLineOffset = nNew;
}
void SetLeftMargin( long nNew )
{