diff options
Diffstat (limited to 'sw/qa/uibase/shells/shells.cxx')
-rw-r--r-- | sw/qa/uibase/shells/shells.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/uibase/shells/shells.cxx b/sw/qa/uibase/shells/shells.cxx index 963fc6dd4f2a..a0d3beb6a148 100644 --- a/sw/qa/uibase/shells/shells.cxx +++ b/sw/qa/uibase/shells/shells.cxx @@ -31,7 +31,7 @@ #include <drawdoc.hxx> #include <docsh.hxx> -char const DATA_DIRECTORY[] = "/sw/qa/uibase/shells/data/"; +OUStringLiteral const DATA_DIRECTORY = u"/sw/qa/uibase/shells/data/"; /// Covers sw/source/uibase/shells/ fixes. class SwUibaseShellsTest : public SwModelTestBase |