include/svx/svdedtv.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ce9a327c507aaed816cf85401187020d4846cc21 Author: Matteo Casalin <matteo.casa...@yahoo.com> Date: Sat Aug 16 22:15:56 2014 +0200 Fix member function prototype (sal_uIntPtr& to size_t&) Change-Id: I063549d510d80450ab502fc511c79de41b591c4e diff --git a/include/svx/svdedtv.hxx b/include/svx/svdedtv.hxx index f0a9883..1782820 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); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits