From 9318741208ac10efe85d2e70752f859ba0664539 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 11 Jun 2011 00:14:13 +0100 Subject: createFromAscii -> RTL_CONSTASCII_USTRINGPARAM --- unoxml/source/dom/document.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unoxml/source') diff --git a/unoxml/source/dom/document.cxx b/unoxml/source/dom/document.cxx index 43ce284f40ee..50f4dc1c52e2 100644 --- a/unoxml/source/dom/document.cxx +++ b/unoxml/source/dom/document.cxx @@ -908,7 +908,7 @@ namespace DOM OUString(RTL_CONSTASCII_USTRINGPARAM("DOMNodeInsertedIntoDocument"))), UNO_QUERY_THROW); event->initMutationEvent( - OUString::createFromAscii("DOMNodeInsertedIntoDocument") + OUString(RTL_CONSTASCII_USTRINGPARAM("DOMNodeInsertedIntoDocument")) , sal_True, sal_False, Reference< XNode >(), OUString(), OUString(), OUString(), (AttrChangeType)0 ); Reference< XEventTarget > const xDocET(xDocument, UNO_QUERY); -- cgit