summaryrefslogtreecommitdiffstats
path: root/smoketest
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-06 12:33:05 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-06 12:33:05 +0100
commit19593a8de754437c799ebf311c10f3daa70525be (patch)
tree02b4e2adc5e6f32b811b318446714fe45fa4e978 /smoketest
parentloplugin:stringconstant: elide explicit ctor usage (manually due to macros) (diff)
downloadcore-19593a8de754437c799ebf311c10f3daa70525be.tar.gz
core-19593a8de754437c799ebf311c10f3daa70525be.zip
loplugin:stringconstant: elide explicit ctor usage (manually due to macros)
Change-Id: I5c6bc22aa034ed7d5db905ebd16ea1c7f487d203
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 e36e9e94e419..8b070989d4d2 100644
--- a/smoketest/smoketest.cxx
+++ b/smoketest/smoketest.cxx
@@ -138,7 +138,7 @@ void Test::test() {
OUString doc;
CPPUNIT_ASSERT(
test::getTestArgument(
- OUString("smoketest.doc"), &doc));
+ "smoketest.doc", &doc));
css::uno::Sequence< css::beans::PropertyValue > args(2);
args[0].Name = "MacroExecutionMode";
args[0].Handle = -1;