summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdograf.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdograf.cxx')
-rw-r--r--svx/source/svdraw/svdograf.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdograf.cxx b/svx/source/svdraw/svdograf.cxx
index a134c6a408ca..74b1ad82c85d 100644
--- a/svx/source/svdraw/svdograf.cxx
+++ b/svx/source/svdraw/svdograf.cxx
@@ -952,7 +952,7 @@ sal_uInt32 SdrGrafObj::GetHdlCount() const
SdrHdl* SdrGrafObj::GetHdl(sal_uInt32 nHdlNum) const
{
- return SdrRectObj::GetHdl( nHdlNum + 1L );
+ return SdrRectObj::GetHdl( nHdlNum + 1 );
}
void SdrGrafObj::NbcResize(const Point& rRef, const Fraction& xFact, const Fraction& yFact)