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 --- basctl/source/basicide/basdoc.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basctl/source/basicide') diff --git a/basctl/source/basicide/basdoc.cxx b/basctl/source/basicide/basdoc.cxx index 2c4654751908..e953c6ee8edb 100644 --- a/basctl/source/basicide/basdoc.cxx +++ b/basctl/source/basicide/basdoc.cxx @@ -38,7 +38,7 @@ namespace basctl { -SFX_IMPL_OBJECTFACTORY( DocShell, SvGlobalName(), SfxObjectShellFlags::STD_NORMAL, "sbasic" ) +SFX_IMPL_OBJECTFACTORY( DocShell, SvGlobalName(), "sbasic" ) SFX_IMPL_SUPERCLASS_INTERFACE(basctl_DocShell, SfxObjectShell) -- cgit