summaryrefslogtreecommitdiff
path: root/sfx2/source/view/impframe.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/view/impframe.hxx')
-rw-r--r--sfx2/source/view/impframe.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sfx2/source/view/impframe.hxx b/sfx2/source/view/impframe.hxx
index 7b23889efb79..e66e59fcf5d3 100644
--- a/sfx2/source/view/impframe.hxx
+++ b/sfx2/source/view/impframe.hxx
@@ -33,7 +33,7 @@ class SfxViewFrame;
#include <sfx2/viewsh.hxx>
#include <sfx2/sfxuno.hxx>
-class SfxFrame_Impl : public SfxBroadcaster, public SvCompatWeakBase
+class SfxFrame_Impl : public SfxBroadcaster
{
public:
::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > xFrame;
@@ -57,8 +57,7 @@ public:
bool bMenuBarOn;
SfxFrame_Impl( SfxFrame* pAntiImplP )
- :SvCompatWeakBase( pAntiImplP )
- ,nType( 0L )
+ :nType( 0L )
,pCurrentViewFrame( NULL )
,pDescr( NULL )
,nLocks( 0 )