diff options
author | Gert Faller <gertfaller@aliceadsl.fr> | 2010-11-21 17:45:09 +0100 |
---|---|---|
committer | Gert Faller <gertfaller@aliceadsl.fr> | 2010-11-21 17:45:09 +0100 |
commit | ae8f29fa66a341f97513db5d34e2bb0e5564b34e (patch) | |
tree | 6f5d6c444018c4135b315eab7ff716d40359969b /xmlscript | |
parent | 3b58d2b7e3ba1274240a4a2ca41f2ef5cf7c65c6 (diff) |
RTL_CONSTASCII_USTRINGPARAM in libs core 47
Diffstat (limited to 'xmlscript')
-rw-r--r-- | xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx b/xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx index 4baa8f2a9710..f9ceaaefb8d3 100644 --- a/xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx +++ b/xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx @@ -130,7 +130,7 @@ Reference< xml::input::XElement > MultiPage::startChildElement( throw (xml::sax::SAXException, RuntimeException) { // event -rtl::OUString _label = rtl::OUString::createFromAscii("foo"); +rtl::OUString _label(RTL_CONSTASCII_USTRINGPARAM("foo")); if (_pImport->isEventElement( nUid, rLocalName )) { return new EventElement( |