From b32e5bbdc620ac9cf8b241ada47640f9e1d5d408 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 2 Jul 2020 08:50:35 +0200 Subject: Upcoming improved loplugin:staticanonymous -> redundantstatic: testtools Change-Id: I14913564c7dbb453a761b5e37fec4f9eb331417d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97705 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- testtools/source/bridgetest/currentcontextchecker.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testtools/source') diff --git a/testtools/source/bridgetest/currentcontextchecker.cxx b/testtools/source/bridgetest/currentcontextchecker.cxx index 27de3c5e7d42..4fda634e91f1 100644 --- a/testtools/source/bridgetest/currentcontextchecker.cxx +++ b/testtools/source/bridgetest/currentcontextchecker.cxx @@ -38,8 +38,8 @@ namespace { -static char const KEY[] = "testtools.bridgetest.Key"; -static char const VALUE[] = "good"; +char const KEY[] = "testtools.bridgetest.Key"; +char const VALUE[] = "good"; class CurrentContext: public ::osl::DebugBase< CurrentContext >, -- cgit