diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-26 13:33:47 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-27 14:41:06 +0100 |
commit | f691472b6ca89610eaf70c85640361fcee50ae9b (patch) | |
tree | 4df29c4b02705896b86899cd2a46cc302e4a3690 /include | |
parent | 3145a03d14c436801074cb1df00ca01ca7bd444b (diff) |
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')
-rw-r--r-- | include/sfx2/objsh.hxx | 4 |
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 |