summaryrefslogtreecommitdiffstats
path: root/unoxml/source/dom/element.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:28:45 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:45:47 +0200
commit9c9e5fd4d4e3a70b7eaca37654d3fb65808d4f59 (patch)
tree56b8be9d90f2851953e65ac8710e54576ae4add1 /unoxml/source/dom/element.cxx
parentloplugin:includeform: uui (diff)
downloadcore-9c9e5fd4d4e3a70b7eaca37654d3fb65808d4f59.tar.gz
core-9c9e5fd4d4e3a70b7eaca37654d3fb65808d4f59.zip
loplugin:includeform: unoxml
Change-Id: I447ba963bd9163e99932d95c3f3e9aeac623d822
Diffstat (limited to 'unoxml/source/dom/element.cxx')
-rw-r--r--unoxml/source/dom/element.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/unoxml/source/dom/element.cxx b/unoxml/source/dom/element.cxx
index 8e415f74eadb..fa4ef9ce4670 100644
--- a/unoxml/source/dom/element.cxx
+++ b/unoxml/source/dom/element.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <element.hxx>
+#include "element.hxx"
#include <string.h>
@@ -31,12 +31,12 @@
#include <comphelper/attributelist.hxx>
#include <node.hxx>
-#include <attr.hxx>
-#include <elementlist.hxx>
-#include <attributesmap.hxx>
-#include <document.hxx>
+#include "attr.hxx"
+#include "elementlist.hxx"
+#include "attributesmap.hxx"
+#include "document.hxx"
-#include "mutationevent.hxx"
+#include <mutationevent.hxx>
using namespace css::uno;
using namespace css::xml::dom;