summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/graphsh.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/graphsh.hxx')
-rw-r--r--sc/source/ui/inc/graphsh.hxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/sc/source/ui/inc/graphsh.hxx b/sc/source/ui/inc/graphsh.hxx
index a00b24e80fcb..35d43d014c41 100644
--- a/sc/source/ui/inc/graphsh.hxx
+++ b/sc/source/ui/inc/graphsh.hxx
@@ -32,12 +32,16 @@ class ScViewData;
class ScGraphicShell: public ScDrawShell
{
public:
-
TYPEINFO_OVERRIDE();
SFX_DECL_INTERFACE(SCID_GRAPHIC_SHELL)
- ScGraphicShell(ScViewData* pData);
- virtual ~ScGraphicShell();
+private:
+ /// SfxInterface initializer.
+ static void InitInterface_Impl();
+
+public:
+ ScGraphicShell(ScViewData* pData);
+ virtual ~ScGraphicShell();
void Execute(SfxRequest& rReq);
void GetAttrState(SfxItemSet &rSet);