summaryrefslogtreecommitdiff
path: root/testtools
diff options
context:
space:
mode:
Diffstat (limited to 'testtools')
-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 4fda634e91f1..801fe5d55229 100644
--- a/testtools/source/bridgetest/currentcontextchecker.cxx
+++ b/testtools/source/bridgetest/currentcontextchecker.cxx
@@ -38,8 +38,8 @@
namespace {
-char const KEY[] = "testtools.bridgetest.Key";
-char const VALUE[] = "good";
+OUStringLiteral const KEY = u"testtools.bridgetest.Key";
+OUStringLiteral const VALUE = u"good";
class CurrentContext:
public ::osl::DebugBase< CurrentContext >,