summaryrefslogtreecommitdiff
path: root/unoxml/source/dom/characterdata.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/dom/characterdata.cxx')
-rw-r--r--unoxml/source/dom/characterdata.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unoxml/source/dom/characterdata.cxx b/unoxml/source/dom/characterdata.cxx
index 3813a72899d0..2afc767995e3 100644
--- a/unoxml/source/dom/characterdata.cxx
+++ b/unoxml/source/dom/characterdata.cxx
@@ -52,7 +52,7 @@ namespace DOM
event->initMutationEvent(
"DOMCharacterDataModified",
true, false, Reference< XNode >(),
- prevValue, newValue, OUString(), (AttrChangeType)0 );
+ prevValue, newValue, OUString(), AttrChangeType(0) );
dispatchEvent(event);
dispatchSubtreeModified();
}