From 69861703cb40a27ed0427313a2ab0237140d54a8 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 1 Jul 2020 22:39:03 +0200 Subject: 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 --- sfx2/qa/cppunit/test_controlleritem.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sfx2/qa/cppunit') 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: -- cgit