diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-07-26 19:15:40 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-07-27 00:45:19 +0200 |
commit | c7dd322b3c37d84f6962f9d91a8770d3cb9d4888 (patch) | |
tree | eeb1f82931249cbc356eab624222522632ab8433 /sw/inc/docsh.hxx | |
parent | 8fb210a2ddc0b09288316cf459bebfe196ea94fb (diff) |
rename SfxObjectShell::Insert / Remove ...
... to something more unique, and use SAL_OVERRIDE.
Change-Id: I0f991870974cad42c86d6af162359dafb475c5aa
Diffstat (limited to 'sw/inc/docsh.hxx')
-rw-r--r-- | sw/inc/docsh.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/docsh.hxx b/sw/inc/docsh.hxx index 08ae99e05275..747576609252 100644 --- a/sw/inc/docsh.hxx +++ b/sw/inc/docsh.hxx @@ -200,18 +200,18 @@ public: virtual SfxStyleSheetBasePool* GetStyleSheetPool(); /// For Organizer. - virtual sal_Bool Insert(SfxObjectShell &rSource, + virtual sal_Bool InsertStuffWithIndexes(SfxObjectShell &rSource, sal_uInt16 nSourceIdx1, sal_uInt16 nSourceIdx2, sal_uInt16 nSourceIdx3, sal_uInt16& nIdx1, sal_uInt16& nIdx2, sal_uInt16& nIdx3, - sal_uInt16& nRemovedIdx); + sal_uInt16& nRemovedIdx) SAL_OVERRIDE; - virtual sal_Bool Remove(sal_uInt16 nIdx1, + virtual sal_Bool RemoveStuffWithIndexes(sal_uInt16 nIdx1, sal_uInt16 nIdx2 = INDEX_IGNORE, - sal_uInt16 nIdx3 = INDEX_IGNORE); + sal_uInt16 nIdx3 = INDEX_IGNORE) SAL_OVERRIDE; virtual Bitmap GetStyleFamilyBitmap( SfxStyleFamily eFamily ); |