From ae8f29fa66a341f97513db5d34e2bb0e5564b34e Mon Sep 17 00:00:00 2001 From: Gert Faller Date: Sun, 21 Nov 2010 17:45:09 +0100 Subject: RTL_CONSTASCII_USTRINGPARAM in libs core 47 --- xmloff/source/meta/xmlmetai.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xmloff/source/meta') 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)); } } -- cgit