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:
parent
47060fe411
commit
b32e5bbdc6
1 changed files with 2 additions and 2 deletions
|
@ -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 >,
|
||||
|
|
Loading…
Reference in a new issue