summaryrefslogtreecommitdiff
path: root/xmloff/source/meta
diff options
context:
space:
mode:
authorGert Faller <gertfaller@aliceadsl.fr>2010-11-21 17:45:09 +0100
committerGert Faller <gertfaller@aliceadsl.fr>2010-11-21 17:45:09 +0100
commitae8f29fa66a341f97513db5d34e2bb0e5564b34e (patch)
tree6f5d6c444018c4135b315eab7ff716d40359969b /xmloff/source/meta
parent3b58d2b7e3ba1274240a4a2ca41f2ef5cf7c65c6 (diff)
RTL_CONSTASCII_USTRINGPARAM in libs core 47
Diffstat (limited to 'xmloff/source/meta')
-rw-r--r--xmloff/source/meta/xmlmetai.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/meta/xmlmetai.cxx b/xmloff/source/meta/xmlmetai.cxx
index b0c501559175..1776d708a908 100644
--- a/xmloff/source/meta/xmlmetai.cxx
+++ b/xmloff/source/meta/xmlmetai.cxx
@@ -200,9 +200,9 @@ void SvXMLMetaDocumentContext::initDocumentProperties()
throw;
} catch (uno::Exception & e) {
throw lang::WrappedTargetRuntimeException(
- ::rtl::OUString::createFromAscii(
+ ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(
"SvXMLMetaDocumentContext::initDocumentProperties: "
- "properties init exception"),
+ "properties init exception")),
GetImport(), makeAny(e));
}
}