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/qa/cppunit | |
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/qa/cppunit')
-rw-r--r-- | sfx2/qa/cppunit/test_controlleritem.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/qa/cppunit/test_controlleritem.cxx b/sfx2/qa/cppunit/test_controlleritem.cxx index 9576e7b192a5..75d220536712 100644 --- a/sfx2/qa/cppunit/test_controlleritem.cxx +++ b/sfx2/qa/cppunit/test_controlleritem.cxx @@ -30,7 +30,7 @@ public: private: }; -static bool bDeleted = false; +bool bDeleted = false; class FooController : public SfxControllerItem { public: |