summaryrefslogtreecommitdiff
path: root/sw/inc/docsh.hxx
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 /sw/inc/docsh.hxx
parent1ed9d506f8b0cc246c952673a2fff11e8314ba46 (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.hxx4
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; }