From f3ba759663b85381cf5abeaeee8ffa2c7ca59bc5 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 3 Dec 2018 16:02:36 +0200 Subject: remove unused enum SfxObjectShellFlags Change-Id: I594e7beb3fb320b70ffe4dd98fee46c833f443dc Reviewed-on: https://gerrit.libreoffice.org/64453 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sd/source/ui/docshell/docshell.cxx | 1 - sd/source/ui/docshell/grdocsh.cxx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'sd') diff --git a/sd/source/ui/docshell/docshell.cxx b/sd/source/ui/docshell/docshell.cxx index ef981118f6d3..4675aeb151a6 100644 --- a/sd/source/ui/docshell/docshell.cxx +++ b/sd/source/ui/docshell/docshell.cxx @@ -94,7 +94,6 @@ namespace sd { SFX_IMPL_OBJECTFACTORY( DrawDocShell, SvGlobalName(SO3_SIMPRESS_CLASSID), - SfxObjectShellFlags::STD_NORMAL, "simpress" ) void DrawDocShell::Construct( bool bClipboard ) diff --git a/sd/source/ui/docshell/grdocsh.cxx b/sd/source/ui/docshell/grdocsh.cxx index 67948cce3cb7..09f72bb40226 100644 --- a/sd/source/ui/docshell/grdocsh.cxx +++ b/sd/source/ui/docshell/grdocsh.cxx @@ -46,7 +46,7 @@ void GraphicDocShell::InitInterface_Impl() GetStaticInterface()->RegisterChildWindow(SID_SEARCH_DLG); } -SFX_IMPL_OBJECTFACTORY( GraphicDocShell, SvGlobalName(SO3_SDRAW_CLASSID_60), SfxObjectShellFlags::STD_NORMAL, "sdraw" ) +SFX_IMPL_OBJECTFACTORY( GraphicDocShell, SvGlobalName(SO3_SDRAW_CLASSID_60), "sdraw" ) GraphicDocShell::GraphicDocShell(SfxObjectCreateMode eMode) : DrawDocShell(eMode, /*bDataObject*/true, DocumentType::Draw) -- cgit