diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-06-30 18:33:06 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-06-30 22:58:53 +0200 |
commit | e28faafba4c01991788da39a50615c96c18a16e4 (patch) | |
tree | 28cc2eee397ee927e056628e95b15c425bb970af /comphelper/qa | |
parent | dbfcdc4b7036f058cfae4120ef4c540b58b1b2b8 (diff) |
Upcoming improved loplugin:staticanonymous -> redundantstatic: comphelper
Change-Id: I222ea673a44528cb04847a912cd8da971bb1be3d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97542
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'comphelper/qa')
-rw-r--r-- | comphelper/qa/container/comphelper_ifcontainer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/qa/container/comphelper_ifcontainer.cxx b/comphelper/qa/container/comphelper_ifcontainer.cxx index 4d28c496fe2e..ed92aa692f4e 100644 --- a/comphelper/qa/container/comphelper_ifcontainer.cxx +++ b/comphelper/qa/container/comphelper_ifcontainer.cxx @@ -56,7 +56,7 @@ public: namespace comphelper_ifcontainer { - static const int nTests = 10; + const int nTests = 10; class IfTest : public CppUnit::TestFixture { osl::Mutex m_aGuard; |