summaryrefslogtreecommitdiff
path: root/sw/source/core/uibase/inc/pview.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/uibase/inc/pview.hxx')
-rw-r--r--sw/source/core/uibase/inc/pview.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sw/source/core/uibase/inc/pview.hxx b/sw/source/core/uibase/inc/pview.hxx
index 59bdf83e6c5b..4db7139ce45b 100644
--- a/sw/source/core/uibase/inc/pview.hxx
+++ b/sw/source/core/uibase/inc/pview.hxx
@@ -220,6 +220,11 @@ public:
SFX_DECL_INTERFACE(SW_PAGEPREVIEW)
TYPEINFO_OVERRIDE();
+private:
+ /// SfxInterface initializer.
+ static void InitInterface_Impl();
+
+public:
inline Window* GetFrameWindow() const { return &(GetViewFrame())->GetWindow(); }
inline SwViewShell* GetViewShell() const { return pViewWin->GetViewShell(); }
inline const Rectangle& GetVisArea() const { return aVisArea; }