diff options
Diffstat (limited to 'include/sfx2/objsh.hxx')
-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 |