diff options
Diffstat (limited to 'sd/source/ui/table/tableobjectbar.cxx')
-rw-r--r-- | sd/source/ui/table/tableobjectbar.cxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sd/source/ui/table/tableobjectbar.cxx b/sd/source/ui/table/tableobjectbar.cxx index cc9f9d55b29f..88f6670a8ebe 100644 --- a/sd/source/ui/table/tableobjectbar.cxx +++ b/sd/source/ui/table/tableobjectbar.cxx @@ -75,20 +75,16 @@ void RegisterInterfaces(SfxModule* pMod) TableObjectBar::RegisterInterface(pMod); } - // - TableObjectBar - - TYPEINIT1( TableObjectBar, SfxShell ); +SFX_IMPL_INTERFACE(TableObjectBar, SfxShell, SdResId(STR_TABLEOBJECTBARSHELL)) - -SFX_IMPL_INTERFACE( TableObjectBar, SfxShell, SdResId( STR_TABLEOBJECTBARSHELL ) ) +void TableObjectBar::InitInterface_Impl() { } - - TableObjectBar::TableObjectBar( ViewShell* pSdViewShell, ::sd::View* pSdView ) : SfxShell( pSdViewShell->GetViewShell() ) , mpView( pSdView ) |