summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/prevwsh.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/prevwsh.hxx')
-rw-r--r--sc/source/ui/inc/prevwsh.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/sc/source/ui/inc/prevwsh.hxx b/sc/source/ui/inc/prevwsh.hxx
index 851824d15289..3f5a7341bda0 100644
--- a/sc/source/ui/inc/prevwsh.hxx
+++ b/sc/source/ui/inc/prevwsh.hxx
@@ -79,10 +79,14 @@ protected:
public:
TYPEINFO_VISIBILITY( SC_DLLPUBLIC );
-
SFX_DECL_INTERFACE(SCID_PREVIEW_SHELL)
SFX_DECL_VIEWFACTORY(ScPreviewShell);
+private:
+ /// SfxInterface initializer.
+ static void InitInterface_Impl();
+
+public:
ScPreviewShell( SfxViewFrame* pViewFrame,
SfxViewShell* pOldSh );