diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-07-26 22:38:28 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-07-27 00:45:20 +0200 |
commit | 197010643e7e1b8c973013efa9034ffc9bdb56c0 (patch) | |
tree | d52fcf30d53b846f61fe5a7b7264ad8518df3d03 /sw/inc/docsh.hxx | |
parent | 1ed9d506f8b0cc246c952673a2fff11e8314ba46 (diff) |
remove some more SfxObjectShell methods that only call each other
Change-Id: I71807adff43ce2cfb748764edcc5880cdbba746f
Diffstat (limited to 'sw/inc/docsh.hxx')
-rw-r--r-- | sw/inc/docsh.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/inc/docsh.hxx b/sw/inc/docsh.hxx index 27519cda07d6..48c5612f7747 100644 --- a/sw/inc/docsh.hxx +++ b/sw/inc/docsh.hxx @@ -135,7 +135,6 @@ class SW_DLLPUBLIC SwDocShell: public SfxObjectShell, public SfxListener using SfxObjectShell::GetVisArea; - using SfxObjectShell::GetStyleFamilyBitmap; protected: /// override to update text fields @@ -199,9 +198,6 @@ public: /// For Style PI. virtual SfxStyleSheetBasePool* GetStyleSheetPool(); - /// For Organizer. - virtual Bitmap GetStyleFamilyBitmap( SfxStyleFamily eFamily ); - /// Set View for actions via Shell. void SetView(SwView* pVw); const SwView *GetView() const { return pView; } |