diff options
Diffstat (limited to 'oox/qa/unit/mathml.cxx')
-rw-r--r-- | oox/qa/unit/mathml.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/qa/unit/mathml.cxx b/oox/qa/unit/mathml.cxx index bb629ccc9097..87bdcaee3d9a 100644 --- a/oox/qa/unit/mathml.cxx +++ b/oox/qa/unit/mathml.cxx @@ -42,7 +42,7 @@ void OoxMathmlTest::tearDown() test::BootstrapFixture::tearDown(); } -char const DATA_DIRECTORY[] = "/oox/qa/unit/data/"; +OUStringLiteral const DATA_DIRECTORY = u"/oox/qa/unit/data/"; CPPUNIT_TEST_FIXTURE(OoxMathmlTest, testImportCharacters) { |