summaryrefslogtreecommitdiffstats
path: root/unoxml/source/dom/element.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/element.cxx
parentSimplify ScCompressedArray constructor (diff)
downloadcore-acfdfdf28a98b5841e4f8f669d9b6efe195926d9.tar.gz
core-acfdfdf28a98b5841e4f8f669d9b6efe195926d9.zip
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/element.cxx')
-rw-r--r--unoxml/source/dom/element.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unoxml/source/dom/element.cxx b/unoxml/source/dom/element.cxx
index b14890fa29d7..8e415f74eadb 100644
--- a/unoxml/source/dom/element.cxx
+++ b/unoxml/source/dom/element.cxx
@@ -36,7 +36,7 @@
#include <attributesmap.hxx>
#include <document.hxx>
-#include "../events/mutationevent.hxx"
+#include "mutationevent.hxx"
using namespace css::uno;
using namespace css::xml::dom;