summaryrefslogtreecommitdiff
path: root/sw/source/uibase/web
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/web')
-rw-r--r--sw/source/uibase/web/wdocsh.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/web/wdocsh.cxx b/sw/source/uibase/web/wdocsh.cxx
index 8cca32f3b570..dfccc65eef63 100644
--- a/sw/source/uibase/web/wdocsh.cxx
+++ b/sw/source/uibase/web/wdocsh.cxx
@@ -50,8 +50,8 @@ void SwWebDocShell::InitInterface_Impl()
SFX_IMPL_OBJECTFACTORY(SwWebDocShell, SvGlobalName(SO3_SWWEB_CLASSID), SfxObjectShellFlags::STD_NORMAL|SfxObjectShellFlags::HASMENU, "swriter/web" )
-SwWebDocShell::SwWebDocShell(SfxObjectCreateMode const eMode)
- : SwDocShell(eMode)
+SwWebDocShell::SwWebDocShell()
+ : SwDocShell(SfxObjectCreateMode::STANDARD)
, m_nSourcePara(0)
{
}