From 65102921c710651bc11cf357878bd0af76d2dd78 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 15 Dec 2017 14:54:04 +0200 Subject: sal_uIntPtr->size_t in ObjOrderChanged to match the other position parameters used in SdrObject Change-Id: I100f4fb99f902bb6261b5470dd6b5553aefd764d Reviewed-on: https://gerrit.libreoffice.org/46586 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svx/svdedtv.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/svx') diff --git a/include/svx/svdedtv.hxx b/include/svx/svdedtv.hxx index ce94834724d6..0c1e2f6a9dc1 100644 --- a/include/svx/svdedtv.hxx +++ b/include/svx/svdedtv.hxx @@ -383,7 +383,7 @@ public: // Next method is called, if via ToTop, ToBtm, ... the // sequence of object has been changed. It is called after // each SdrObjList::SetObjectOrdNum(nOldPos,nNewPos); - virtual void ObjOrderChanged(SdrObject* pObj, sal_uIntPtr nOldPos, sal_uIntPtr nNewPos); + virtual void ObjOrderChanged(SdrObject* pObj, size_t nOldPos, size_t nNewPos); // If one or more objects of the type SdrGrafObj or SdrOle2Obj // are marked and these are capable to deliver a StarView-metafile, -- cgit