From 64089f779060203d892f1200ccd1a1875d9c53ff Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 15 Jan 2018 09:01:38 +0100 Subject: More loplugin:cstylecast: unoxml Change-Id: I832b0495f3510e853037e87e90da2fd04c21f8ad --- unoxml/source/dom/characterdata.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unoxml/source/dom/characterdata.cxx') 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(); } -- cgit