Kaydet (Commit) 9c9e5fd4 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:includeform: unoxml

Change-Id: I447ba963bd9163e99932d95c3f3e9aeac623d822
üst 2301e372
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include <attr.hxx> #include "attr.hxx"
#include <string.h> #include <string.h>
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#include <com/sun/star/xml/dom/DOMException.hpp> #include <com/sun/star/xml/dom/DOMException.hpp>
#include <com/sun/star/xml/dom/events/XMutationEvent.hpp> #include <com/sun/star/xml/dom/events/XMutationEvent.hpp>
#include <document.hxx> #include "document.hxx"
using namespace css::uno; using namespace css::uno;
using namespace css::xml::dom; using namespace css::xml::dom;
......
...@@ -17,12 +17,12 @@ ...@@ -17,12 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include <attributesmap.hxx> #include "attributesmap.hxx"
#include <string.h> #include <string.h>
#include <element.hxx> #include "element.hxx"
#include <document.hxx> #include "document.hxx"
using namespace css::uno; using namespace css::uno;
using namespace css::xml::dom; using namespace css::xml::dom;
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include <cdatasection.hxx> #include "cdatasection.hxx"
#include <com/sun/star/xml/sax/XExtendedDocumentHandler.hpp> #include <com/sun/star/xml/sax/XExtendedDocumentHandler.hpp>
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include <com/sun/star/xml/dom/XCDATASection.hpp> #include <com/sun/star/xml/dom/XCDATASection.hpp>
#include <cppuhelper/implbase.hxx> #include <cppuhelper/implbase.hxx>
#include <text.hxx> #include "text.hxx"
namespace DOM namespace DOM
{ {
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include <characterdata.hxx> #include "characterdata.hxx"
#include <string.h> #include <string.h>
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include <com/sun/star/xml/dom/events/XDocumentEvent.hpp> #include <com/sun/star/xml/dom/events/XDocumentEvent.hpp>
#include "mutationevent.hxx" #include <mutationevent.hxx>
using namespace css::uno; using namespace css::uno;
using namespace css::xml::dom; using namespace css::xml::dom;
......
...@@ -17,12 +17,12 @@ ...@@ -17,12 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include <childlist.hxx> #include "childlist.hxx"
#include <libxml/tree.h> #include <libxml/tree.h>
#include <node.hxx> #include <node.hxx>
#include <document.hxx> #include "document.hxx"
using namespace css::uno; using namespace css::uno;
using namespace css::xml::dom; using namespace css::xml::dom;
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include <comment.hxx> #include "comment.hxx"
#include <com/sun/star/xml/sax/XExtendedDocumentHandler.hpp> #include <com/sun/star/xml/sax/XExtendedDocumentHandler.hpp>
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include <com/sun/star/xml/dom/XComment.hpp> #include <com/sun/star/xml/dom/XComment.hpp>
#include <cppuhelper/implbase.hxx> #include <cppuhelper/implbase.hxx>
#include <characterdata.hxx> #include "characterdata.hxx"
namespace DOM namespace DOM
{ {
......
...@@ -31,14 +31,14 @@ ...@@ -31,14 +31,14 @@
#include "documenttype.hxx" #include "documenttype.hxx"
#include "elementlist.hxx" #include "elementlist.hxx"
#include "domimplementation.hxx" #include "domimplementation.hxx"
#include <entity.hxx> #include "entity.hxx"
#include <notation.hxx> #include "notation.hxx"
#include "event.hxx" #include <event.hxx>
#include "mutationevent.hxx" #include <mutationevent.hxx>
#include "uievent.hxx" #include <uievent.hxx>
#include "mouseevent.hxx" #include <mouseevent.hxx>
#include "eventdispatcher.hxx" #include <eventdispatcher.hxx>
#include <string.h> #include <string.h>
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
#include <com/sun/star/io/XOutputStream.hpp> #include <com/sun/star/io/XOutputStream.hpp>
#include <com/sun/star/io/XStreamListener.hpp> #include <com/sun/star/io/XStreamListener.hpp>
#include "node.hxx" #include <node.hxx>
namespace DOM namespace DOM
{ {
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include <documentbuilder.hxx> #include "documentbuilder.hxx"
#include <string.h> #include <string.h>
#include <stdio.h> #include <stdio.h>
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
#include <ucbhelper/commandenvironment.hxx> #include <ucbhelper/commandenvironment.hxx>
#include <node.hxx> #include <node.hxx>
#include <document.hxx> #include "document.hxx"
using namespace css::io; using namespace css::io;
using namespace css::lang; using namespace css::lang;
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include <documentfragment.hxx> #include "documentfragment.hxx"
using namespace css::uno; using namespace css::uno;
using namespace css::xml::dom; using namespace css::xml::dom;
......
...@@ -17,14 +17,14 @@ ...@@ -17,14 +17,14 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include <documenttype.hxx> #include "documenttype.hxx"
#include <string.h> #include <string.h>
#include <osl/diagnose.h> #include <osl/diagnose.h>
#include <entitiesmap.hxx> #include "entitiesmap.hxx"
#include <notationsmap.hxx> #include "notationsmap.hxx"
using namespace css::uno; using namespace css::uno;
using namespace css::xml::dom; using namespace css::xml::dom;
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include <domimplementation.hxx> #include "domimplementation.hxx"
#include <rtl/instance.hxx> #include <rtl/instance.hxx>
#include <osl/diagnose.h> #include <osl/diagnose.h>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include <element.hxx> #include "element.hxx"
#include <string.h> #include <string.h>
...@@ -31,12 +31,12 @@ ...@@ -31,12 +31,12 @@
#include <comphelper/attributelist.hxx> #include <comphelper/attributelist.hxx>
#include <node.hxx> #include <node.hxx>
#include <attr.hxx> #include "attr.hxx"
#include <elementlist.hxx> #include "elementlist.hxx"
#include <attributesmap.hxx> #include "attributesmap.hxx"
#include <document.hxx> #include "document.hxx"
#include "mutationevent.hxx" #include <mutationevent.hxx>
using namespace css::uno; using namespace css::uno;
using namespace css::xml::dom; using namespace css::xml::dom;
......
...@@ -24,8 +24,8 @@ ...@@ -24,8 +24,8 @@
#include <cppuhelper/implbase.hxx> #include <cppuhelper/implbase.hxx>
#include <osl/diagnose.h> #include <osl/diagnose.h>
#include <element.hxx> #include "element.hxx"
#include <document.hxx> #include "document.hxx"
using namespace css::uno; using namespace css::uno;
using namespace css::xml::dom; using namespace css::xml::dom;
......
...@@ -17,11 +17,11 @@ ...@@ -17,11 +17,11 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include <entitiesmap.hxx> #include "entitiesmap.hxx"
#include <osl/diagnose.h> #include <osl/diagnose.h>
#include <documenttype.hxx> #include "documenttype.hxx"
using namespace css::uno; using namespace css::uno;
using namespace css::xml::dom; using namespace css::xml::dom;
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include <entity.hxx> #include "entity.hxx"
#include <osl/diagnose.h> #include <osl/diagnose.h>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include <entityreference.hxx> #include "entityreference.hxx"
#include <string.h> #include <string.h>
......
...@@ -35,12 +35,12 @@ ...@@ -35,12 +35,12 @@
#include <comphelper/servicehelper.hxx> #include <comphelper/servicehelper.hxx>
#include <document.hxx> #include "document.hxx"
#include <attr.hxx> #include "attr.hxx"
#include <childlist.hxx> #include "childlist.hxx"
#include "eventdispatcher.hxx" #include <eventdispatcher.hxx>
#include "mutationevent.hxx" #include <mutationevent.hxx>
using namespace css; using namespace css;
using namespace css::uno; using namespace css::uno;
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include <notation.hxx> #include "notation.hxx"
#include <string.h> #include <string.h>
......
...@@ -17,11 +17,11 @@ ...@@ -17,11 +17,11 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include <notationsmap.hxx> #include "notationsmap.hxx"
#include <osl/diagnose.h> #include <osl/diagnose.h>
#include <documenttype.hxx> #include "documenttype.hxx"
using namespace css::uno; using namespace css::uno;
using namespace css::xml::dom; using namespace css::xml::dom;
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include <processinginstruction.hxx> #include "processinginstruction.hxx"
#include <string.h> #include <string.h>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include <text.hxx> #include "text.hxx"
#include <osl/diagnose.h> #include <osl/diagnose.h>
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#include <com/sun/star/xml/dom/XNode.hpp> #include <com/sun/star/xml/dom/XNode.hpp>
#include <com/sun/star/xml/dom/XText.hpp> #include <com/sun/star/xml/dom/XText.hpp>
#include <characterdata.hxx> #include "characterdata.hxx"
namespace DOM namespace DOM
{ {
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include <nodelist.hxx> #include "nodelist.hxx"
#include "../dom/document.hxx" #include "../dom/document.hxx"
......
...@@ -30,8 +30,8 @@ ...@@ -30,8 +30,8 @@
#include <com/sun/star/xml/dom/XNodeList.hpp> #include <com/sun/star/xml/dom/XNodeList.hpp>
#include <com/sun/star/xml/xpath/XXPathObject.hpp> #include <com/sun/star/xml/xpath/XXPathObject.hpp>
#include "libxml/tree.h" #include <libxml/tree.h>
#include "libxml/xpath.h" #include <libxml/xpath.h>
#include <memory> #include <memory>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include <xpathapi.hxx> #include "xpathapi.hxx"
#include <stdarg.h> #include <stdarg.h>
#include <string.h> #include <string.h>
...@@ -29,10 +29,10 @@ ...@@ -29,10 +29,10 @@
#include <rtl/ustrbuf.hxx> #include <rtl/ustrbuf.hxx>
#include <nodelist.hxx> #include "nodelist.hxx"
#include <xpathobject.hxx> #include "xpathobject.hxx"
#include "node.hxx" #include <node.hxx>
#include "../dom/document.hxx" #include "../dom/document.hxx"
#include <cppuhelper/supportsservice.hxx> #include <cppuhelper/supportsservice.hxx>
......
...@@ -17,12 +17,12 @@ ...@@ -17,12 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include <xpathobject.hxx> #include "xpathobject.hxx"
#include <string.h> #include <string.h>
#include "../dom/document.hxx" #include "../dom/document.hxx"
#include <nodelist.hxx> #include "nodelist.hxx"
using namespace css::uno; using namespace css::uno;
using namespace css::xml::dom; using namespace css::xml::dom;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment