diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-07-26 19:33:06 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-07-27 00:45:20 +0200 |
commit | e039978b5256bfa0c42b1ce546c27326ef052412 (patch) | |
tree | aa499aa54593866342546aa7d936a729ecf8768e /include/sfx2 | |
parent | c7dd322b3c37d84f6962f9d91a8770d3cb9d4888 (diff) |
turns out nobody calls those SfxObjectShell methods, remove them
Change-Id: Ic04fc47e88f0d12a0889fd9e28ff0fc42c6556aa
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/objsh.hxx | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx index be4a075652d8..b9013e9fc63d 100644 --- a/include/sfx2/objsh.hxx +++ b/include/sfx2/objsh.hxx @@ -526,19 +526,6 @@ public: virtual Bitmap GetStyleFamilyBitmap(SfxStyleFamily eFamily); - 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 &rIdxDeleted); - - virtual sal_Bool RemoveStuffWithIndexes( sal_uInt16 nIdx1, - sal_uInt16 nIdx2 = INDEX_IGNORE, - sal_uInt16 nIdx3 = INDEX_IGNORE); - virtual void LoadStyles( SfxObjectShell &rSource ); void ReadNote( INote * ); void UpdateNote( INote * ); |