summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/vcl/decoview.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/vcl/decoview.hxx b/include/vcl/decoview.hxx
index 51eb1b75afa0..5bcdcc1a208a 100644
--- a/include/vcl/decoview.hxx
+++ b/include/vcl/decoview.hxx
@@ -87,12 +87,11 @@ enum class DrawButtonFlags
Disabled = 0x0040,
Highlight = 0x0100,
Flat = 0x0200,
- NoLeftLightBorder = 0x1000,
- NoText = 0x2000
+ NoLeftLightBorder = 0x1000
};
namespace o3tl
{
- template<> struct typed_flags<DrawButtonFlags> : is_typed_flags<DrawButtonFlags, 0x337f> {};
+ template<> struct typed_flags<DrawButtonFlags> : is_typed_flags<DrawButtonFlags, 0x137f> {};
}
class VCL_DLLPUBLIC DecorationView