summaryrefslogtreecommitdiffstats
path: root/include/sfx2/objsh.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-11-26 13:33:47 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-11-27 14:41:06 +0100
commitf691472b6ca89610eaf70c85640361fcee50ae9b (patch)
tree4df29c4b02705896b86899cd2a46cc302e4a3690 /include/sfx2/objsh.hxx
parentremove unused GraphicsStateUpdateFlags enum values (diff)
downloadcore-f691472b6ca89610eaf70c85640361fcee50ae9b.tar.gz
core-f691472b6ca89610eaf70c85640361fcee50ae9b.zip
remove unused SfxObjectShellFlags enum values
Change-Id: I945047c0955bc66602d1a5033197a7405a69a8d3 Reviewed-on: https://gerrit.libreoffice.org/64089 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2/objsh.hxx')
-rw-r--r--include/sfx2/objsh.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx
index af6c050c1dc8..3a5233238149 100644
--- a/include/sfx2/objsh.hxx
+++ b/include/sfx2/objsh.hxx
@@ -117,13 +117,11 @@ enum class SfxObjectShellFlags
{
STD_NORMAL = 0x0000000,
HASMENU = 0x0000004,
- DONTCLOSE = 0x0000010,
- NODOCINFO = 0x0000020,
UNDEFINED = 0xf000000
};
namespace o3tl
{
- template<> struct typed_flags<SfxObjectShellFlags> : is_typed_flags<SfxObjectShellFlags, 0xf000034> {};
+ template<> struct typed_flags<SfxObjectShellFlags> : is_typed_flags<SfxObjectShellFlags, 0xf000004> {};
}
#define SFX_TITLE_TITLE 0