summaryrefslogtreecommitdiff
path: root/unoxml/source/dom/characterdata.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-16 23:42:34 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-17 09:05:55 +0200
commitacfdfdf28a98b5841e4f8f669d9b6efe195926d9 (patch)
treec2acd30ad81561ee135de1acfaee3fd7194959d7 /unoxml/source/dom/characterdata.cxx
parent79fe112cdd9d59982739c04026297055e4bd8ab0 (diff)
Move unoxml/source/events include files to common include directory
...that are included from various source directories. Change done in preparation of loplugin:includeform. Change-Id: I186ab7581ee7896c54a600e5cde8721a97b26425 Reviewed-on: https://gerrit.libreoffice.org/43444 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
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 e8ac2aee7c23..0e929522546b 100644
--- a/unoxml/source/dom/characterdata.cxx
+++ b/unoxml/source/dom/characterdata.cxx
@@ -27,7 +27,7 @@
#include <com/sun/star/xml/dom/events/XDocumentEvent.hpp>
-#include "../events/mutationevent.hxx"
+#include "mutationevent.hxx"
using namespace css::uno;
using namespace css::xml::dom;