diff options
-rw-r--r-- | svx/source/svdraw/svdfmtf.cxx | 2 | ||||
-rw-r--r-- | svx/source/svdraw/svdfmtf.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/svdraw/svdfmtf.cxx b/svx/source/svdraw/svdfmtf.cxx index 5c83ee78732d..dc2f6c8730a3 100644 --- a/svx/source/svdraw/svdfmtf.cxx +++ b/svx/source/svdraw/svdfmtf.cxx @@ -201,7 +201,7 @@ void ImpSdrGDIMetaFileImport::DoLoopActions(GDIMetaFile& rMtf, SvdProgressInfo* sal_uInt32 ImpSdrGDIMetaFileImport::DoImport( const GDIMetaFile& rMtf, SdrObjList& rOL, - sal_uInt32 nInsPos, + sal_uLong nInsPos, SvdProgressInfo* pProgrInfo) { // setup some global scale parameter diff --git a/svx/source/svdraw/svdfmtf.hxx b/svx/source/svdraw/svdfmtf.hxx index e52f8353be56..93e39041e7a8 100644 --- a/svx/source/svdraw/svdfmtf.hxx +++ b/svx/source/svdraw/svdfmtf.hxx @@ -162,7 +162,7 @@ public: sal_uInt32 DoImport( const GDIMetaFile& rMtf, SdrObjList& rDestList, - sal_uInt32 nInsPos = CONTAINER_APPEND, + sal_uLong nInsPos = CONTAINER_APPEND, SvdProgressInfo* pProgrInfo = 0); }; |