summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpsdwrect.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpsdwrect.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpsdwrect.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/lotuswordpro/source/filter/lwpsdwrect.hxx b/lotuswordpro/source/filter/lwpsdwrect.hxx
index 4aefb6a09f88..ec92097f58bd 100644
--- a/lotuswordpro/source/filter/lwpsdwrect.hxx
+++ b/lotuswordpro/source/filter/lwpsdwrect.hxx
@@ -107,15 +107,16 @@ public:
Point GetRectCenter() const;
- long GetWidth() const;
+ tools::Long GetWidth() const;
- long GetHeight() const;
+ tools::Long GetHeight() const;
tools::Rectangle GetOriginalRect() const;
double GetRotationAngle() const;
- static double CalcDistBetween2Points(long nX1, long nY1, long nX2, long nY2);
+ static double CalcDistBetween2Points(tools::Long nX1, tools::Long nY1, tools::Long nX2,
+ tools::Long nY2);
};
#endif