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 <sbergman@redhat.com>
This commit is contained in:
Stephan Bergmann 2020-07-02 08:50:35 +02:00
parent 47060fe411
commit b32e5bbdc6

View file

@ -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 >,