diff options
Diffstat (limited to 'sw/source/uibase/web/wdocsh.cxx')
-rw-r--r-- | sw/source/uibase/web/wdocsh.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/web/wdocsh.cxx b/sw/source/uibase/web/wdocsh.cxx index 66577679f04e..b4e7a36466b9 100644 --- a/sw/source/uibase/web/wdocsh.cxx +++ b/sw/source/uibase/web/wdocsh.cxx @@ -51,9 +51,9 @@ TYPEINIT1(SwWebDocShell, SwDocShell); SFX_IMPL_OBJECTFACTORY(SwWebDocShell, SvGlobalName(SO3_SWWEB_CLASSID), SFXOBJECTSHELL_STD_NORMAL|SFXOBJECTSHELL_HASMENU, "swriter/web" ) -SwWebDocShell::SwWebDocShell(SfxObjectCreateMode eMode ) : - SwDocShell(eMode), - nSourcePara(0) +SwWebDocShell::SwWebDocShell(SfxObjectCreateMode const eMode) + : SwDocShell(eMode) + , m_nSourcePara(0) { } |