summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-07-26 22:38:28 +0200
committerMichael Stahl <mstahl@redhat.com>2013-07-27 00:45:20 +0200
commit197010643e7e1b8c973013efa9034ffc9bdb56c0 (patch)
treed52fcf30d53b846f61fe5a7b7264ad8518df3d03 /include
parent1ed9d506f8b0cc246c952673a2fff11e8314ba46 (diff)
remove some more SfxObjectShell methods that only call each other
Change-Id: I71807adff43ce2cfb748764edcc5880cdbba746f
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/objsh.hxx18
1 files changed, 0 insertions, 18 deletions
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx
index b9013e9fc63d..3f29fcf0d404 100644
--- a/include/sfx2/objsh.hxx
+++ b/include/sfx2/objsh.hxx
@@ -508,24 +508,6 @@ public:
#define DEF_CONTENT_COUNT 1
- virtual void SetOrganizerSearchMask(
- SfxStyleSheetBasePool* ) const;
-
- virtual sal_Bool CanHaveChildren(
- sal_uInt16 nIdx1,
- sal_uInt16 nIdx2 = INDEX_IGNORE
- );
-
- virtual void GetContent( String &,
- Bitmap &rClosedBitmap,
- Bitmap &rOpenedBitmap,
- sal_Bool &bCanDelete,
- sal_uInt16 nPos,
- sal_uInt16 nIdx1
- );
-
- virtual Bitmap GetStyleFamilyBitmap(SfxStyleFamily eFamily);
-
virtual void LoadStyles( SfxObjectShell &rSource );
void ReadNote( INote * );
void UpdateNote( INote * );