From 29d5ce2d88732c12c986d3b7991897043a7be576 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Fri, 18 Apr 2014 18:04:32 +0200 Subject: sfx2: Move InitInterface_Impl() out of SFX_DECL_INTERFACE too. Change-Id: Ib737e0d1b5888986b308aa60d4140f65e4e90243 --- sw/inc/wdocsh.hxx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sw/inc/wdocsh.hxx') diff --git a/sw/inc/wdocsh.hxx b/sw/inc/wdocsh.hxx index bd0e80213b3d..015ec98eaed4 100644 --- a/sw/inc/wdocsh.hxx +++ b/sw/inc/wdocsh.hxx @@ -27,7 +27,6 @@ class SW_DLLPUBLIC SwWebDocShell: public SwDocShell sal_uInt16 nSourcePara; // Active line in source view. public: - using SotObject::GetInterface; // But implement yourself. @@ -35,6 +34,11 @@ public: SFX_DECL_OBJECTFACTORY(); TYPEINFO_OVERRIDE(); +private: + /// SfxInterface initializer. + static void InitInterface_Impl(); + +public: SwWebDocShell(SfxObjectCreateMode eMode = SFX_CREATE_MODE_EMBEDDED); virtual ~SwWebDocShell(); -- cgit