summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-08-01 21:28:17 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-08-02 09:44:54 +0200
commit6aaf6c4c5ad096ed11fc524ebe0540ba0a41c053 (patch)
tree3c8a3e0f5534d977744ebca52b54932f578bb875 /include
parent40b18263e71921a5bb4f219b2098022a5bbbad19 (diff)
DrawButtonFlags::NoText never set
Change-Id: I23531adc0798ec4a97538a8002ba0866535677a3 Reviewed-on: https://gerrit.libreoffice.org/76829 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
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