summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testtools/source/bridgetest/currentcontextchecker.cxx4
1 files changed, 2 insertions, 2 deletions
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 >,