summaryrefslogtreecommitdiff
path: root/sw/qa/extras/inc/swmodeltestbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/qa/extras/inc/swmodeltestbase.hxx')
-rw-r--r--sw/qa/extras/inc/swmodeltestbase.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/qa/extras/inc/swmodeltestbase.hxx b/sw/qa/extras/inc/swmodeltestbase.hxx
index b73ca07bf83f..af6f492d90f3 100644
--- a/sw/qa/extras/inc/swmodeltestbase.hxx
+++ b/sw/qa/extras/inc/swmodeltestbase.hxx
@@ -848,8 +848,8 @@ protected:
}
else
{
- OString aMessage = "validation requested, but don't know how to validate " +
- OString(filename) +
+ OString aMessage = OStringLiteral("validation requested, but don't know how to validate ") +
+ filename +
" (" +
OUStringToOString(aFilterName, RTL_TEXTENCODING_UTF8) +
")";