summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdfmtf.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdfmtf.hxx')
-rw-r--r--svx/source/svdraw/svdfmtf.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/svdraw/svdfmtf.hxx b/svx/source/svdraw/svdfmtf.hxx
index 733339433bee..16e2dddcc5ce 100644
--- a/svx/source/svdraw/svdfmtf.hxx
+++ b/svx/source/svdraw/svdfmtf.hxx
@@ -162,10 +162,10 @@ public:
const Rectangle& rRect);
~ImpSdrGDIMetaFileImport();
- sal_uInt32 DoImport(
+ size_t DoImport(
const GDIMetaFile& rMtf,
SdrObjList& rDestList,
- sal_uLong nInsPos = CONTAINER_APPEND,
+ size_t nInsPos = SAL_MAX_SIZE,
SvdProgressInfo* pProgrInfo = 0);
};