diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-07-01 22:39:03 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-07-01 23:48:44 +0200 |
commit | 69861703cb40a27ed0427313a2ab0237140d54a8 (patch) | |
tree | 28eec82e8deca3a4756f0113b1e3409ef0e0a156 /sfx2/source/sidebar/PanelTitleBar.cxx | |
parent | 72fcc08ea042f660dba802f20714a7fe8e86e1a8 (diff) |
Upcoming improved loplugin:staticanonymous -> redundantstatic: sfx2
Change-Id: I67ac4f4ed5ddd488c3fd5bae83d1fce18d6213d3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97662
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sfx2/source/sidebar/PanelTitleBar.cxx')
-rw-r--r-- | sfx2/source/sidebar/PanelTitleBar.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/sidebar/PanelTitleBar.cxx b/sfx2/source/sidebar/PanelTitleBar.cxx index e8613f6f93d3..1369f1a03606 100644 --- a/sfx2/source/sidebar/PanelTitleBar.cxx +++ b/sfx2/source/sidebar/PanelTitleBar.cxx @@ -37,8 +37,8 @@ using namespace css::uno; namespace sfx2::sidebar { -static const sal_Int32 gaLeftIconPadding (5); -static const sal_Int32 gaRightIconPadding (5); +const sal_Int32 gaLeftIconPadding (5); +const sal_Int32 gaRightIconPadding (5); PanelTitleBar::PanelTitleBar(const OUString& rsTitle, vcl::Window* pParentWindow, |