summaryrefslogtreecommitdiff
path: root/writerperfect/source/draw
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:27:54 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:45:46 +0200
commitc78154f1fb1e9c1b38912783d9e82fa00b4f02ff (patch)
treee9663a06728ac0b15d3d398918e09af9d4e29c10 /writerperfect/source/draw
parent87c671d188f4a0f5dcc7944b450cc58e84217d81 (diff)
loplugin:includeform: writerperfect
Change-Id: I714c131996efb0a85b9391a2b2bb7fc76bb2eae2
Diffstat (limited to 'writerperfect/source/draw')
-rw-r--r--writerperfect/source/draw/CDRImportFilter.hxx4
-rw-r--r--writerperfect/source/draw/CMXImportFilter.hxx4
-rw-r--r--writerperfect/source/draw/FreehandImportFilter.hxx4
-rw-r--r--writerperfect/source/draw/MSPUBImportFilter.hxx4
-rw-r--r--writerperfect/source/draw/MWAWDrawImportFilter.hxx4
-rw-r--r--writerperfect/source/draw/PageMakerImportFilter.hxx4
-rw-r--r--writerperfect/source/draw/QXPImportFilter.hxx4
-rw-r--r--writerperfect/source/draw/StarOfficeDrawImportFilter.hxx4
-rw-r--r--writerperfect/source/draw/VisioImportFilter.hxx4
-rw-r--r--writerperfect/source/draw/WPGImportFilter.hxx4
-rw-r--r--writerperfect/source/draw/ZMFImportFilter.hxx4
11 files changed, 22 insertions, 22 deletions
diff --git a/writerperfect/source/draw/CDRImportFilter.hxx b/writerperfect/source/draw/CDRImportFilter.hxx
index 8a99d49b6677..2d31cc603e39 100644
--- a/writerperfect/source/draw/CDRImportFilter.hxx
+++ b/writerperfect/source/draw/CDRImportFilter.hxx
@@ -11,9 +11,9 @@
#ifndef INCLUDED_WRITERPERFECT_SOURCE_DRAW_CDRIMPORTFILTER_HXX
#define INCLUDED_WRITERPERFECT_SOURCE_DRAW_CDRIMPORTFILTER_HXX
-#include "ImportFilter.hxx"
+#include <ImportFilter.hxx>
-#include "DocumentHandlerForOdg.hxx"
+#include <DocumentHandlerForOdg.hxx>
/* This component will be instantiated for both import or export. Whether it calls
* setSourceDocument or setTargetDocument determines which Impl function the filter
diff --git a/writerperfect/source/draw/CMXImportFilter.hxx b/writerperfect/source/draw/CMXImportFilter.hxx
index 6bf66a6e9c34..17ac270d1e7e 100644
--- a/writerperfect/source/draw/CMXImportFilter.hxx
+++ b/writerperfect/source/draw/CMXImportFilter.hxx
@@ -11,9 +11,9 @@
#ifndef INCLUDED_WRITERPERFECT_SOURCE_DRAW_CMXIMPORTFILTER_HXX
#define INCLUDED_WRITERPERFECT_SOURCE_DRAW_CMXIMPORTFILTER_HXX
-#include "ImportFilter.hxx"
+#include <ImportFilter.hxx>
-#include "DocumentHandlerForOdg.hxx"
+#include <DocumentHandlerForOdg.hxx>
/* This component will be instantiated for both import or export. Whether it calls
* setSourceDocument or setTargetDocument determines which Impl function the filter
diff --git a/writerperfect/source/draw/FreehandImportFilter.hxx b/writerperfect/source/draw/FreehandImportFilter.hxx
index 027d5e0b7e40..8493c9d3619a 100644
--- a/writerperfect/source/draw/FreehandImportFilter.hxx
+++ b/writerperfect/source/draw/FreehandImportFilter.hxx
@@ -8,9 +8,9 @@
#ifndef INCLUDED_WRITERPERFECT_SOURCE_DRAW_FREEHANDIMPORTFILTER_HXX
#define INCLUDED_WRITERPERFECT_SOURCE_DRAW_FREEHANDIMPORTFILTER_HXX
-#include "ImportFilter.hxx"
+#include <ImportFilter.hxx>
-#include "DocumentHandlerForOdg.hxx"
+#include <DocumentHandlerForOdg.hxx>
/* This component will be instantiated for both import or export. Whether it calls
* setSourceDocument or setTargetDocument determines which Impl function the filter
diff --git a/writerperfect/source/draw/MSPUBImportFilter.hxx b/writerperfect/source/draw/MSPUBImportFilter.hxx
index 5c65791fa317..c4fd4917f2d0 100644
--- a/writerperfect/source/draw/MSPUBImportFilter.hxx
+++ b/writerperfect/source/draw/MSPUBImportFilter.hxx
@@ -8,9 +8,9 @@
#ifndef INCLUDED_WRITERPERFECT_SOURCE_DRAW_MSPUBIMPORTFILTER_HXX
#define INCLUDED_WRITERPERFECT_SOURCE_DRAW_MSPUBIMPORTFILTER_HXX
-#include "ImportFilter.hxx"
+#include <ImportFilter.hxx>
-#include "DocumentHandlerForOdg.hxx"
+#include <DocumentHandlerForOdg.hxx>
/* This component will be instantiated for both import or export. Whether it calls
* setSourceDocument or setTargetDocument determines which Impl function the filter
diff --git a/writerperfect/source/draw/MWAWDrawImportFilter.hxx b/writerperfect/source/draw/MWAWDrawImportFilter.hxx
index 2467a8d2e1ef..8bbfbb5f3898 100644
--- a/writerperfect/source/draw/MWAWDrawImportFilter.hxx
+++ b/writerperfect/source/draw/MWAWDrawImportFilter.hxx
@@ -13,9 +13,9 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
-#include "ImportFilter.hxx"
+#include <ImportFilter.hxx>
-#include "DocumentHandlerForOdg.hxx"
+#include <DocumentHandlerForOdg.hxx>
/* This component will be instantiated for both import or export. Whether it calls
* setSourceDocument or setTargetDocument determines which Impl function the filter
diff --git a/writerperfect/source/draw/PageMakerImportFilter.hxx b/writerperfect/source/draw/PageMakerImportFilter.hxx
index d5e6f9ac7600..d5a7c3745f38 100644
--- a/writerperfect/source/draw/PageMakerImportFilter.hxx
+++ b/writerperfect/source/draw/PageMakerImportFilter.hxx
@@ -8,9 +8,9 @@
#ifndef INCLUDED_WRITERPERFECT_SOURCE_DRAW_PAGEMAKERIMPORTFILTER_HXX
#define INCLUDED_WRITERPERFECT_SOURCE_DRAW_PAGEMAKERIMPORTFILTER_HXX
-#include "ImportFilter.hxx"
+#include <ImportFilter.hxx>
-#include "DocumentHandlerForOdg.hxx"
+#include <DocumentHandlerForOdg.hxx>
/* This component will be instantiated for both import or export. Whether it calls
* setSourceDocument or setTargetDocument determines which Impl function the filter
diff --git a/writerperfect/source/draw/QXPImportFilter.hxx b/writerperfect/source/draw/QXPImportFilter.hxx
index c95dab83f0d9..5672165a2d43 100644
--- a/writerperfect/source/draw/QXPImportFilter.hxx
+++ b/writerperfect/source/draw/QXPImportFilter.hxx
@@ -8,9 +8,9 @@
#ifndef INCLUDED_WRITERPERFECT_SOURCE_DRAW_QXPIMPORTFILTER_HXX
#define INCLUDED_WRITERPERFECT_SOURCE_DRAW_QXPIMPORTFILTER_HXX
-#include "ImportFilter.hxx"
+#include <ImportFilter.hxx>
-#include "DocumentHandlerForOdg.hxx"
+#include <DocumentHandlerForOdg.hxx>
/* This component will be instantiated for both import or export. Whether it calls
* setSourceDocument or setTargetDocument determines which Impl function the filter
diff --git a/writerperfect/source/draw/StarOfficeDrawImportFilter.hxx b/writerperfect/source/draw/StarOfficeDrawImportFilter.hxx
index b6caf48b57e7..519a77107055 100644
--- a/writerperfect/source/draw/StarOfficeDrawImportFilter.hxx
+++ b/writerperfect/source/draw/StarOfficeDrawImportFilter.hxx
@@ -13,9 +13,9 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
-#include "ImportFilter.hxx"
+#include <ImportFilter.hxx>
-#include "DocumentHandlerForOdg.hxx"
+#include <DocumentHandlerForOdg.hxx>
/* This component will be instantiated for both import or export. Whether it calls
* setSourceDocument or setTargetDocument determines which Impl function the filter
diff --git a/writerperfect/source/draw/VisioImportFilter.hxx b/writerperfect/source/draw/VisioImportFilter.hxx
index f842aded9946..7fd4e8c7eca1 100644
--- a/writerperfect/source/draw/VisioImportFilter.hxx
+++ b/writerperfect/source/draw/VisioImportFilter.hxx
@@ -8,9 +8,9 @@
#ifndef INCLUDED_WRITERPERFECT_SOURCE_DRAW_VISIOIMPORTFILTER_HXX
#define INCLUDED_WRITERPERFECT_SOURCE_DRAW_VISIOIMPORTFILTER_HXX
-#include "ImportFilter.hxx"
+#include <ImportFilter.hxx>
-#include "DocumentHandlerForOdg.hxx"
+#include <DocumentHandlerForOdg.hxx>
/* This component will be instantiated for both import or export. Whether it calls
* setSourceDocument or setTargetDocument determines which Impl function the filter
diff --git a/writerperfect/source/draw/WPGImportFilter.hxx b/writerperfect/source/draw/WPGImportFilter.hxx
index c261d6154537..9945c6745dd2 100644
--- a/writerperfect/source/draw/WPGImportFilter.hxx
+++ b/writerperfect/source/draw/WPGImportFilter.hxx
@@ -13,9 +13,9 @@
#ifndef INCLUDED_WRITERPERFECT_SOURCE_DRAW_WPGIMPORTFILTER_HXX
#define INCLUDED_WRITERPERFECT_SOURCE_DRAW_WPGIMPORTFILTER_HXX
-#include "ImportFilter.hxx"
+#include <ImportFilter.hxx>
-#include "DocumentHandlerForOdg.hxx"
+#include <DocumentHandlerForOdg.hxx>
/* This component will be instantiated for both import or export. Whether it calls
* setSourceDocument or setTargetDocument determines which Impl function the filter
diff --git a/writerperfect/source/draw/ZMFImportFilter.hxx b/writerperfect/source/draw/ZMFImportFilter.hxx
index 4a8036e0f090..76407033aa82 100644
--- a/writerperfect/source/draw/ZMFImportFilter.hxx
+++ b/writerperfect/source/draw/ZMFImportFilter.hxx
@@ -8,9 +8,9 @@
#ifndef INCLUDED_WRITERPERFECT_SOURCE_DRAW_ZMFIMPORTFILTER_HXX
#define INCLUDED_WRITERPERFECT_SOURCE_DRAW_ZMFIMPORTFILTER_HXX
-#include "ImportFilter.hxx"
+#include <ImportFilter.hxx>
-#include "DocumentHandlerForOdg.hxx"
+#include <DocumentHandlerForOdg.hxx>
/* This component will be instantiated for both import or export. Whether it calls
* setSourceDocument or setTargetDocument determines which Impl function the filter