summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/GraphicObjectBar.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/GraphicObjectBar.hxx')
-rw-r--r--sd/source/ui/inc/GraphicObjectBar.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sd/source/ui/inc/GraphicObjectBar.hxx b/sd/source/ui/inc/GraphicObjectBar.hxx
index 3f28c15c3e80..bd0f5804bac5 100644
--- a/sd/source/ui/inc/GraphicObjectBar.hxx
+++ b/sd/source/ui/inc/GraphicObjectBar.hxx
@@ -29,7 +29,6 @@ namespace sd {
class View;
class ViewShell;
-
class GraphicObjectBar
: public SfxShell
{
@@ -37,6 +36,11 @@ public:
TYPEINFO_OVERRIDE();
SFX_DECL_INTERFACE( SD_IF_SDDRAWGRAFOBJECTBAR )
+private:
+ /// SfxInterface initializer.
+ static void InitInterface_Impl();
+
+public:
GraphicObjectBar (ViewShell* pSdViewShell, ::sd::View* pSdView);
virtual ~GraphicObjectBar (void);
@@ -50,7 +54,6 @@ protected:
::sd::View* mpView;
ViewShell* mpViewSh;
sal_uInt16 nMappedSlotFilter;
-
};
} // end of namespace sd