From 6a7a0ac6aa50d6f90263c72fcfb42a6451fb841a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 16 Mar 2020 08:46:20 +0200 Subject: Revert "loplugin:constfields in vcl" This reverts commit 59887868da3499c68d5f259cfa48178354397448. Change-Id: I0f3f6a7680c78103a559a0f881badc8211b97ace Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90544 Tested-by: Jenkins Reviewed-by: Noel Grandin --- vcl/source/window/layout.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vcl/source/window/layout.cxx') diff --git a/vcl/source/window/layout.cxx b/vcl/source/window/layout.cxx index 75a6171f5b50..c8817699d39a 100644 --- a/vcl/source/window/layout.cxx +++ b/vcl/source/window/layout.cxx @@ -692,7 +692,7 @@ namespace { struct ButtonOrder { const char* m_aType; - int const m_nPriority; + int m_nPriority; }; } @@ -744,7 +744,7 @@ namespace { class sortButtons { - bool const m_bVerticalContainer; + bool m_bVerticalContainer; public: explicit sortButtons(bool bVerticalContainer) : m_bVerticalContainer(bVerticalContainer) -- cgit v1.2.3