diff options
Diffstat (limited to 'sfx2/source/doc/objserv.cxx')
-rw-r--r-- | sfx2/source/doc/objserv.cxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sfx2/source/doc/objserv.cxx b/sfx2/source/doc/objserv.cxx index 87dc8ebcfbb7..9dc181c89eac 100644 --- a/sfx2/source/doc/objserv.cxx +++ b/sfx2/source/doc/objserv.cxx @@ -113,16 +113,12 @@ using namespace ::com::sun::star::task; #define SfxObjectShell #include "sfxslots.hxx" +SFX_IMPL_INTERFACE(SfxObjectShell, SfxShell, SfxResId(0)) - - - -SFX_IMPL_INTERFACE(SfxObjectShell,SfxShell,SfxResId(0)) +void SfxObjectShell::InitInterface_Impl() { } - - class SfxClosePreventer_Impl : public ::cppu::WeakImplHelper1< ::com::sun::star::util::XCloseListener > { bool m_bGotOwnership; |