summaryrefslogtreecommitdiff
path: root/oox/qa/unit
diff options
context:
space:
mode:
Diffstat (limited to 'oox/qa/unit')
-rw-r--r--oox/qa/unit/drawingml.cxx2
-rw-r--r--oox/qa/unit/mathml.cxx2
-rw-r--r--oox/qa/unit/shape.cxx2
-rw-r--r--oox/qa/unit/vml.cxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/oox/qa/unit/drawingml.cxx b/oox/qa/unit/drawingml.cxx
index c7e72d458194..e5896b0b49ed 100644
--- a/oox/qa/unit/drawingml.cxx
+++ b/oox/qa/unit/drawingml.cxx
@@ -95,7 +95,7 @@ void OoxDrawingmlTest::loadAndReload(const OUString& rURL, const OUString& rFilt
mxComponent = loadFromDesktop(aTempFile.GetURL());
}
-char const DATA_DIRECTORY[] = "/oox/qa/unit/data/";
+OUStringLiteral const DATA_DIRECTORY = u"/oox/qa/unit/data/";
CPPUNIT_TEST_FIXTURE(OoxDrawingmlTest, testTransparentText)
{
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)
{
diff --git a/oox/qa/unit/shape.cxx b/oox/qa/unit/shape.cxx
index a57c779d00fd..24ec173ce9d5 100644
--- a/oox/qa/unit/shape.cxx
+++ b/oox/qa/unit/shape.cxx
@@ -18,7 +18,7 @@
using namespace ::com::sun::star;
-char const DATA_DIRECTORY[] = "/oox/qa/unit/data/";
+OUStringLiteral const DATA_DIRECTORY = u"/oox/qa/unit/data/";
/// oox shape tests.
class OoxShapeTest : public test::BootstrapFixture, public unotest::MacrosTest
diff --git a/oox/qa/unit/vml.cxx b/oox/qa/unit/vml.cxx
index ec64a08c3fcf..d6e79a3da956 100644
--- a/oox/qa/unit/vml.cxx
+++ b/oox/qa/unit/vml.cxx
@@ -19,7 +19,7 @@
using namespace ::com::sun::star;
-char const DATA_DIRECTORY[] = "/oox/qa/unit/data/";
+OUStringLiteral const DATA_DIRECTORY = u"/oox/qa/unit/data/";
/// oox vml tests.
class OoxVmlTest : public test::BootstrapFixture, public unotest::MacrosTest