summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/GraphicObjectBar.hxx
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2014-04-18 18:04:32 +0200
committerJan Holesovsky <kendy@collabora.com>2014-04-18 22:51:06 +0200
commit29d5ce2d88732c12c986d3b7991897043a7be576 (patch)
treedc33c784246e411b5434e22f64f71a297358f59e /sd/source/ui/inc/GraphicObjectBar.hxx
parentb731d71c67b864b61f5c08e219140be59c473f53 (diff)
sfx2: Move InitInterface_Impl() out of SFX_DECL_INTERFACE too.
Change-Id: Ib737e0d1b5888986b308aa60d4140f65e4e90243
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