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.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/svx/paraprev.hxx b/include/svx/paraprev.hxx
index 8eb4001a75d7..bb6607318dc6 100644
--- a/include/svx/paraprev.hxx
+++ b/include/svx/paraprev.hxx
@@ -39,8 +39,8 @@ class SVX_DLLPUBLIC SvxParaPrevWindow final : public weld::CustomWidgetControlle
Size aSize;
// indentation
- long nLeftMargin;
- long nRightMargin;
+ tools::Long nLeftMargin;
+ tools::Long nRightMargin;
short nFirstLineOffset;
// distances
sal_uInt16 nUpper;
@@ -63,11 +63,11 @@ public:
{
nFirstLineOffset = nNew;
}
- void SetLeftMargin( long nNew )
+ void SetLeftMargin( tools::Long nNew )
{
nLeftMargin = nNew;
}
- void SetRightMargin( long nNew )
+ void SetRightMargin( tools::Long nNew )
{
nRightMargin = nNew;
}