diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-07-01 19:56:24 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-07-01 21:23:34 +0200 |
commit | 45170005287b7f1c9610684b3d5913a356b0f4e1 (patch) | |
tree | edb06323c3e22b6e49247679222b392be9ce0561 /sc/source/ui/cctrl | |
parent | 8e50b9ca808e668d1f55d6b2dc517e6221fe1df7 (diff) |
Upcoming improved loplugin:staticanonymous -> redundantstatic: sc
Change-Id: Ie2d2d26bac69f4b228eadef712b06b665b3974eb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97650
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sc/source/ui/cctrl')
-rw-r--r-- | sc/source/ui/cctrl/tbzoomsliderctrl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/cctrl/tbzoomsliderctrl.cxx b/sc/source/ui/cctrl/tbzoomsliderctrl.cxx index 6e05c824d5af..f03b789e8020 100644 --- a/sc/source/ui/cctrl/tbzoomsliderctrl.cxx +++ b/sc/source/ui/cctrl/tbzoomsliderctrl.cxx @@ -114,7 +114,7 @@ struct ScZoomSlider::ScZoomSliderWnd_Impl } }; -static constexpr sal_uInt16 gnSliderCenter(100); +constexpr sal_uInt16 gnSliderCenter(100); const long nButtonWidth = 10; const long nButtonHeight = 10; |