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 /basctl/source/basicide/basdoc.cxx | |
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 'basctl/source/basicide/basdoc.cxx')
-rw-r--r-- | basctl/source/basicide/basdoc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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) |