summaryrefslogtreecommitdiff
path: root/vcl/source/window/decoview.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-07-02 13:17:47 +0200
committerStephan Bergmann <sbergman@redhat.com>2020-07-02 17:24:09 +0200
commit441af1f1ca53ca03736e0417414bbcf067aaaefa (patch)
tree33eb111d8ae28feb9290882298438fcc08bdcb05 /vcl/source/window/decoview.cxx
parentf0d4f96a0c7c84ea6f81e14f9df1ca37be54db04 (diff)
Upcoming improved loplugin:staticanonymous -> redundantstatic: vcl
Change-Id: I7559ab5c98a22e315549b5dfc651e937697cac22 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97742 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'vcl/source/window/decoview.cxx')
-rw-r--r--vcl/source/window/decoview.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/decoview.cxx b/vcl/source/window/decoview.cxx
index fab8f183ca9d..b99335dd4804 100644
--- a/vcl/source/window/decoview.cxx
+++ b/vcl/source/window/decoview.cxx
@@ -23,7 +23,7 @@
#include <vcl/window.hxx>
#include <vcl/ctrl.hxx>
-static constexpr auto BUTTON_DRAW_FLATTEST = DrawButtonFlags::Flat |
+constexpr auto BUTTON_DRAW_FLATTEST = DrawButtonFlags::Flat |
DrawButtonFlags::Pressed |
DrawButtonFlags::Checked |
DrawButtonFlags::Highlight;