summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/layout.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-06-30 15:21:28 +0200
committerStephan Bergmann <sbergman@redhat.com>2020-06-30 18:30:02 +0200
commit81bfb3c727777d05b0a40b1f8cac25f82f14ce59 (patch)
tree4ac12e2c14897f4e826bfbdc8144aefcc511d15e /basctl/source/basicide/layout.cxx
parent65269c27177003f18bec5c645f7498c8a3884ecc (diff)
Upcoming improved loplugin:staticanonymous -> redundantstatic: basctl
Change-Id: I316331cee15bbb87ecfbda84f3195759e521df6a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97520 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'basctl/source/basicide/layout.cxx')
-rw-r--r--basctl/source/basicide/layout.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/layout.cxx b/basctl/source/basicide/layout.cxx
index eb81e7964b2a..0549e2ca110f 100644
--- a/basctl/source/basicide/layout.cxx
+++ b/basctl/source/basicide/layout.cxx
@@ -29,7 +29,7 @@ namespace basctl
namespace
{
// the thickness of the splitting lines
-static long const nSplitThickness = 3;
+long const nSplitThickness = 3;
} // namespace
// ctor for derived classes