diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-12-03 16:02:36 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-12-04 07:12:28 +0100 |
commit | f3ba759663b85381cf5abeaeee8ffa2c7ca59bc5 (patch) | |
tree | 310a068646b0c057d69346d7fbb07c5a5733ddfb /starmath | |
parent | e909028cabf6d575f525283d089184555d56418f (diff) |
remove unused enum SfxObjectShellFlags
Change-Id: I594e7beb3fb320b70ffe4dd98fee46c833f443dc
Reviewed-on: https://gerrit.libreoffice.org/64453
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/document.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/document.cxx b/starmath/source/document.cxx index a32525745cf1..81ca45a18026 100644 --- a/starmath/source/document.cxx +++ b/starmath/source/document.cxx @@ -96,7 +96,7 @@ void SmDocShell::InitInterface_Impl() GetStaticInterface()->RegisterPopupMenu("view"); } -SFX_IMPL_OBJECTFACTORY(SmDocShell, SvGlobalName(SO3_SM_CLASSID), SfxObjectShellFlags::STD_NORMAL, "smath" ) +SFX_IMPL_OBJECTFACTORY(SmDocShell, SvGlobalName(SO3_SM_CLASSID), "smath" ) void SmDocShell::Notify(SfxBroadcaster&, const SfxHint& rHint) { |