diff options
author | Noel Grandin <noel@peralex.com> | 2015-04-10 09:47:28 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-04-10 09:48:07 +0200 |
commit | 2391931e2137493e51ba7e828798d86b217dfe03 (patch) | |
tree | 2568edb845d42d65abccbdc40f6ed174b6cb7008 /sw/source/uibase/app/docsh.cxx | |
parent | afc728fe76fbf1afea725afd6ff5e9af92e10b08 (diff) |
convert SFXOBJECTSHELL_ constants to scoped enum
Change-Id: I5a159be0c342b778730cedb0fe35843c2c368c97
Diffstat (limited to 'sw/source/uibase/app/docsh.cxx')
-rw-r--r-- | sw/source/uibase/app/docsh.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/app/docsh.cxx b/sw/source/uibase/app/docsh.cxx index a6883f8bb3e0..a6d173954fa1 100644 --- a/sw/source/uibase/app/docsh.cxx +++ b/sw/source/uibase/app/docsh.cxx @@ -134,7 +134,7 @@ void SwDocShell::InitInterface_Impl() TYPEINIT2(SwDocShell, SfxObjectShell, SfxListener); -SFX_IMPL_OBJECTFACTORY(SwDocShell, SvGlobalName(SO3_SW_CLASSID), SFXOBJECTSHELL_STD_NORMAL|SFXOBJECTSHELL_HASMENU, "swriter" ) +SFX_IMPL_OBJECTFACTORY(SwDocShell, SvGlobalName(SO3_SW_CLASSID), SfxObjectShellFlags::STD_NORMAL|SfxObjectShellFlags::HASMENU, "swriter" ) bool SwDocShell::InsertGeneratedStream(SfxMedium & rMedium, uno::Reference<text::XTextRange> const& xInsertPosition) |