diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-03-03 22:51:30 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-03-04 13:58:40 +0100 |
commit | 26e37ca4c7a26d59f1a42de2a43705f61327389e (patch) | |
tree | 03facb9e7f2135df1a1765e5a1cd19a55fa3e0c8 /unoxml | |
parent | 57d169b6061549ce273582bd2ee96cce34f1c5a2 (diff) |
doubled includes
Change-Id: I70ec796188e2388e1e4d699126f7ae817f5ff86e
Diffstat (limited to 'unoxml')
-rw-r--r-- | unoxml/source/dom/document.cxx | 1 | ||||
-rw-r--r-- | unoxml/source/service/services.cxx | 1 | ||||
-rw-r--r-- | unoxml/source/xpath/xpathapi.hxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/unoxml/source/dom/document.cxx b/unoxml/source/dom/document.cxx index 7d2dee5d4539..8dbb0ddd4311 100644 --- a/unoxml/source/dom/document.cxx +++ b/unoxml/source/dom/document.cxx @@ -25,7 +25,6 @@ #include "cdatasection.hxx" #include "documentfragment.hxx" #include "text.hxx" -#include "cdatasection.hxx" #include "comment.hxx" #include "processinginstruction.hxx" #include "entityreference.hxx" diff --git a/unoxml/source/service/services.cxx b/unoxml/source/service/services.cxx index 3db024bfdeee..d568446b7d33 100644 --- a/unoxml/source/service/services.cxx +++ b/unoxml/source/service/services.cxx @@ -28,7 +28,6 @@ #include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <com/sun/star/registry/XRegistryKey.hpp> -#include <cppuhelper/factory.hxx> #include "../dom/documentbuilder.hxx" #include "../dom/saxbuilder.hxx" diff --git a/unoxml/source/xpath/xpathapi.hxx b/unoxml/source/xpath/xpathapi.hxx index 0d7aeb1b335b..89d00bd6067d 100644 --- a/unoxml/source/xpath/xpathapi.hxx +++ b/unoxml/source/xpath/xpathapi.hxx @@ -35,7 +35,6 @@ #include <com/sun/star/xml/xpath/XXPathAPI.hpp> #include <com/sun/star/xml/dom/XNode.hpp> #include <com/sun/star/xml/dom/XNodeList.hpp> -#include <com/sun/star/xml/xpath/XXPathAPI.hpp> #include <com/sun/star/xml/xpath/XXPathObject.hpp> #include <com/sun/star/xml/xpath/XXPathExtension.hpp> #include <com/sun/star/xml/xpath/Libxml2ExtensionHandle.hpp> |