diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2014-08-16 22:15:56 +0200 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2014-08-16 22:15:56 +0200 |
commit | ce9a327c507aaed816cf85401187020d4846cc21 (patch) | |
tree | d7fccf532c0dbde88531fe024982d7609180ad1b /include | |
parent | bc69fc451c0c60b5054c2bfd1f79778b056778c2 (diff) |
Fix member function prototype (sal_uIntPtr& to size_t&)
Change-Id: I063549d510d80450ab502fc511c79de41b591c4e
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/svdedtv.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdedtv.hxx b/include/svx/svdedtv.hxx index f0a98839e105..178282064075 100644 --- a/include/svx/svdedtv.hxx +++ b/include/svx/svdedtv.hxx @@ -144,7 +144,7 @@ protected: // fuer DismantleMarkedObjects bool ImpCanDismantle(const basegfx::B2DPolyPolygon& rPpolyPpolygon, bool bMakeLines) const; bool ImpCanDismantle(const SdrObject* pObj, bool bMakeLines) const; - void ImpDismantleOneObject(const SdrObject* pObj, SdrObjList& rOL, sal_uIntPtr& rPos, SdrPageView* pPV, bool bMakeLines); + void ImpDismantleOneObject(const SdrObject* pObj, SdrObjList& rOL, size_t& rPos, SdrPageView* pPV, bool bMakeLines); void ImpCrookObj(SdrObject* pO, const Point& rRef, const Point& rRad, SdrCrookMode eMode, bool bVertical, bool bNoContortion, bool bRotate, const Rectangle& rMarkRect); void ImpDistortObj(SdrObject* pO, const Rectangle& rRef, const XPolygon& rDistortedRect, bool bNoContortion); |