diff options
Diffstat (limited to 'sw/source/uibase/web/wdocsh.cxx')
-rw-r--r-- | sw/source/uibase/web/wdocsh.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/web/wdocsh.cxx b/sw/source/uibase/web/wdocsh.cxx index b4e7a36466b9..e5ba996d5383 100644 --- a/sw/source/uibase/web/wdocsh.cxx +++ b/sw/source/uibase/web/wdocsh.cxx @@ -49,7 +49,7 @@ void SwWebDocShell::InitInterface_Impl() TYPEINIT1(SwWebDocShell, SwDocShell); -SFX_IMPL_OBJECTFACTORY(SwWebDocShell, SvGlobalName(SO3_SWWEB_CLASSID), SFXOBJECTSHELL_STD_NORMAL|SFXOBJECTSHELL_HASMENU, "swriter/web" ) +SFX_IMPL_OBJECTFACTORY(SwWebDocShell, SvGlobalName(SO3_SWWEB_CLASSID), SfxObjectShellFlags::STD_NORMAL|SfxObjectShellFlags::HASMENU, "swriter/web" ) SwWebDocShell::SwWebDocShell(SfxObjectCreateMode const eMode) : SwDocShell(eMode) |