diff options
Diffstat (limited to 'sd/source/ui/table/tableobjectbar.hxx')
-rw-r--r-- | sd/source/ui/table/tableobjectbar.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sd/source/ui/table/tableobjectbar.hxx b/sd/source/ui/table/tableobjectbar.hxx index 4bbdf99b267d..b62a4f63236e 100644 --- a/sd/source/ui/table/tableobjectbar.hxx +++ b/sd/source/ui/table/tableobjectbar.hxx @@ -39,6 +39,12 @@ public: TYPEINFO_OVERRIDE(); SFX_DECL_INTERFACE( SD_IF_SDDRAWTABLEOBJECTBAR ) +private: + /// SfxInterface initializer. + static void InitInterface_Impl(); + +public: + TableObjectBar( ::sd::ViewShell* pSdViewShell, ::sd::View* pSdView); virtual ~TableObjectBar (void); |