summaryrefslogtreecommitdiff
path: root/starmath/source
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-04-10 09:47:28 +0200
committerNoel Grandin <noel@peralex.com>2015-04-10 09:48:07 +0200
commit2391931e2137493e51ba7e828798d86b217dfe03 (patch)
tree2568edb845d42d65abccbdc40f6ed174b6cb7008 /starmath/source
parentafc728fe76fbf1afea725afd6ff5e9af92e10b08 (diff)
convert SFXOBJECTSHELL_ constants to scoped enum
Change-Id: I5a159be0c342b778730cedb0fe35843c2c368c97
Diffstat (limited to 'starmath/source')
-rw-r--r--starmath/source/document.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/document.cxx b/starmath/source/document.cxx
index b6d37ac4d197..c1112450fe17 100644
--- a/starmath/source/document.cxx
+++ b/starmath/source/document.cxx
@@ -115,7 +115,7 @@ void SmDocShell::InitInterface_Impl()
GetStaticInterface()->RegisterPopupMenu(SmResId(RID_COMMANDMENU));
}
-SFX_IMPL_OBJECTFACTORY(SmDocShell, SvGlobalName(SO3_SM_CLASSID), SFXOBJECTSHELL_STD_NORMAL, "smath" )
+SFX_IMPL_OBJECTFACTORY(SmDocShell, SvGlobalName(SO3_SM_CLASSID), SfxObjectShellFlags::STD_NORMAL, "smath" )
void SmDocShell::SFX_NOTIFY(SfxBroadcaster&, const TypeId&,
const SfxHint& rHint, const TypeId&)