summaryrefslogtreecommitdiff
path: root/unoxml/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-08-11 13:54:31 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-08-13 08:34:49 +0200
commit7a5d2b3cdb448998e6aef1f12f0a70c400a434d2 (patch)
tree924cfa383240c506613f6b64282bf73632f10b99 /unoxml/inc
parent412215fbc5a71afff7ee3b539852ed92c55e11bc (diff)
loplugin:returnconstant in unoxml,uui
Change-Id: Iac240f59acf8404fe5439a7e450c048df0d7a54e Reviewed-on: https://gerrit.libreoffice.org/58879 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'unoxml/inc')
-rw-r--r--unoxml/inc/eventdispatcher.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unoxml/inc/eventdispatcher.hxx b/unoxml/inc/eventdispatcher.hxx
index ee8bec567590..be6a7206e7cb 100644
--- a/unoxml/inc/eventdispatcher.hxx
+++ b/unoxml/inc/eventdispatcher.hxx
@@ -69,7 +69,7 @@ public:
const OUString& aType,
const css::uno::Reference< css::xml::dom::events::XEvent >& xEvent);
- bool dispatchEvent(
+ void dispatchEvent(
DOM::CDocument & rDocument,
::osl::Mutex & rMutex,
xmlNodePtr const pNode,