summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/svdpage.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/svx/svdpage.hxx b/include/svx/svdpage.hxx
index 83c0592f060e..2ba7017a01a3 100644
--- a/include/svx/svdpage.hxx
+++ b/include/svx/svdpage.hxx
@@ -411,8 +411,8 @@ private:
SdrModel& mrSdrModelFromSdrPage;
private:
- sal_Int32 mnWidth; // page size
- sal_Int32 mnHeight; // page size
+ tools::Long mnWidth; // page size
+ tools::Long mnHeight; // page size
sal_Int32 mnBorderLeft; // left page margin
sal_Int32 mnBorderUpper; // top page margin
sal_Int32 mnBorderRight; // right page margin
@@ -477,8 +477,8 @@ public:
Size GetSize() const;
virtual void SetOrientation(Orientation eOri);
virtual Orientation GetOrientation() const;
- sal_Int32 GetWidth() const;
- sal_Int32 GetHeight() const;
+ tools::Long GetWidth() const;
+ tools::Long GetHeight() const;
virtual void SetBorder(sal_Int32 nLft, sal_Int32 nUpp, sal_Int32 nRgt, sal_Int32 Lwr);
virtual void SetLeftBorder(sal_Int32 nBorder);
virtual void SetUpperBorder(sal_Int32 nBorder);