summaryrefslogtreecommitdiff
path: root/svx/inc/svx/fmmodel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/inc/svx/fmmodel.hxx')
-rw-r--r--svx/inc/svx/fmmodel.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/inc/svx/fmmodel.hxx b/svx/inc/svx/fmmodel.hxx
index 9d8ad2ca9e64..b5308510229a 100644
--- a/svx/inc/svx/fmmodel.hxx
+++ b/svx/inc/svx/fmmodel.hxx
@@ -69,7 +69,7 @@ public:
virtual SdrPage* AllocPage(FASTBOOL bMasterPage);
virtual void InsertPage(SdrPage* pPage, sal_uInt16 nPos=0xFFFF);
virtual SdrPage* RemovePage(sal_uInt16 nPgNum);
- virtual void MovePage(USHORT nPgNum, USHORT nNewPos);
+ virtual void MovePage(sal_uInt16 nPgNum, sal_uInt16 nNewPos);
virtual void InsertMasterPage(SdrPage* pPage, sal_uInt16 nPos=0xFFFF);
virtual SdrPage* RemoveMasterPage(sal_uInt16 nPgNum);