summaryrefslogtreecommitdiff
path: root/unoxml/source/dom/attr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/dom/attr.cxx')
-rw-r--r--unoxml/source/dom/attr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unoxml/source/dom/attr.cxx b/unoxml/source/dom/attr.cxx
index e116950ae01a..dc2ef6eadc19 100644
--- a/unoxml/source/dom/attr.cxx
+++ b/unoxml/source/dom/attr.cxx
@@ -197,7 +197,7 @@ namespace DOM
// dispatch DOM events to signal change in attribute value
// dispatch DomAttrModified + DOMSubtreeModified
- OUString sEventName( RTL_CONSTASCII_USTRINGPARAM("DOMAttrModified") );
+ OUString sEventName( "DOMAttrModified" );
Reference< XDocumentEvent > docevent(getOwnerDocument(), UNO_QUERY);
Reference< XMutationEvent > event(docevent->createEvent(sEventName),UNO_QUERY);
event->initMutationEvent(