diff options
Diffstat (limited to 'include/sfx2/objsh.hxx')
-rw-r--r-- | include/sfx2/objsh.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx index 4fbda631db9d..be4a075652d8 100644 --- a/include/sfx2/objsh.hxx +++ b/include/sfx2/objsh.hxx @@ -526,7 +526,7 @@ public: virtual Bitmap GetStyleFamilyBitmap(SfxStyleFamily eFamily); - virtual sal_Bool Insert( SfxObjectShell &rSource, + virtual sal_Bool InsertStuffWithIndexes( SfxObjectShell &rSource, sal_uInt16 nSourceIdx1, sal_uInt16 nSourceIdx2, sal_uInt16 nSourceIdx3, @@ -535,7 +535,7 @@ public: sal_uInt16 &nIdx3, sal_uInt16 &rIdxDeleted); - virtual sal_Bool Remove( sal_uInt16 nIdx1, + virtual sal_Bool RemoveStuffWithIndexes( sal_uInt16 nIdx1, sal_uInt16 nIdx2 = INDEX_IGNORE, sal_uInt16 nIdx3 = INDEX_IGNORE); |