summaryrefslogtreecommitdiff
path: root/smoketest
diff options
context:
space:
mode:
Diffstat (limited to 'smoketest')
-rw-r--r--smoketest/smoketest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/smoketest.cxx b/smoketest/smoketest.cxx
index b463218ae9fb..a60f58167f66 100644
--- a/smoketest/smoketest.cxx
+++ b/smoketest/smoketest.cxx
@@ -139,7 +139,7 @@ void Test::test() {
OUString doc;
CPPUNIT_ASSERT(
test::getTestArgument(
- "smoketest.doc", &doc));
+ u"smoketest.doc", &doc));
css::uno::Sequence< css::beans::PropertyValue > args(2);
args[0].Name = "MacroExecutionMode";
args[0].Handle = -1;