summaryrefslogtreecommitdiff
path: root/writerperfect
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
parent87c671d188f4a0f5dcc7944b450cc58e84217d81 (diff)
loplugin:includeform: writerperfect
Change-Id: I714c131996efb0a85b9391a2b2bb7fc76bb2eae2
Diffstat (limited to 'writerperfect')
-rw-r--r--writerperfect/inc/DirectoryStream.hxx2
-rw-r--r--writerperfect/inc/DocumentHandler.hxx2
-rw-r--r--writerperfect/inc/ImportFilter.hxx4
-rw-r--r--writerperfect/inc/WPFTEncodingDialog.hxx2
-rw-r--r--writerperfect/inc/WPXSvInputStream.hxx2
-rw-r--r--writerperfect/qa/unit/DrawingImportTest.cxx4
-rw-r--r--writerperfect/qa/unit/PresentationImportTest.cxx4
-rw-r--r--writerperfect/qa/unit/SpreadsheetImportTest.cxx4
-rw-r--r--writerperfect/qa/unit/TextImportTest.cxx4
-rw-r--r--writerperfect/qa/unit/WPXSvStreamTest.cxx14
-rw-r--r--writerperfect/qa/unit/WpftFilterFixture.hxx2
-rw-r--r--writerperfect/source/calc/MSWorksCalcImportFilter.cxx6
-rw-r--r--writerperfect/source/calc/MSWorksCalcImportFilter.hxx4
-rw-r--r--writerperfect/source/calc/MWAWCalcImportFilter.hxx4
-rw-r--r--writerperfect/source/calc/NumbersImportFilter.hxx4
-rw-r--r--writerperfect/source/calc/StarOfficeCalcImportFilter.hxx4
-rw-r--r--writerperfect/source/common/WPFTResMgr.cxx2
-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
-rw-r--r--writerperfect/source/impress/KeynoteImportFilter.hxx4
-rw-r--r--writerperfect/source/impress/MWAWPresentationImportFilter.hxx4
-rw-r--r--writerperfect/source/impress/StarOfficePresentationImportFilter.hxx4
-rw-r--r--writerperfect/source/writer/AbiWordImportFilter.hxx4
-rw-r--r--writerperfect/source/writer/EBookImportFilter.hxx4
-rw-r--r--writerperfect/source/writer/EPUBExportFilter.cxx2
-rw-r--r--writerperfect/source/writer/MSWorksImportFilter.cxx6
-rw-r--r--writerperfect/source/writer/MSWorksImportFilter.hxx4
-rw-r--r--writerperfect/source/writer/MWAWImportFilter.hxx4
-rw-r--r--writerperfect/source/writer/PagesImportFilter.hxx4
-rw-r--r--writerperfect/source/writer/StarOfficeWriterImportFilter.hxx4
39 files changed, 78 insertions, 78 deletions
diff --git a/writerperfect/inc/DirectoryStream.hxx b/writerperfect/inc/DirectoryStream.hxx
index c3928661eb97..0421f9ced8cd 100644
--- a/writerperfect/inc/DirectoryStream.hxx
+++ b/writerperfect/inc/DirectoryStream.hxx
@@ -12,7 +12,7 @@
#include <librevenge-stream/librevenge-stream.h>
#include <com/sun/star/uno/Reference.h>
-#include <writerperfectdllapi.h>
+#include "writerperfectdllapi.h"
#include <memory>
#include <climits>
diff --git a/writerperfect/inc/DocumentHandler.hxx b/writerperfect/inc/DocumentHandler.hxx
index dfa658adc592..03188c995f68 100644
--- a/writerperfect/inc/DocumentHandler.hxx
+++ b/writerperfect/inc/DocumentHandler.hxx
@@ -24,7 +24,7 @@
#include <com/sun/star/uno/Reference.h>
-#include <writerperfectdllapi.h>
+#include "writerperfectdllapi.h"
#include <climits>
diff --git a/writerperfect/inc/ImportFilter.hxx b/writerperfect/inc/ImportFilter.hxx
index debc48c0d5e0..c59fb9431a47 100644
--- a/writerperfect/inc/ImportFilter.hxx
+++ b/writerperfect/inc/ImportFilter.hxx
@@ -32,8 +32,8 @@
#include <unotools/mediadescriptor.hxx>
-#include <DocumentHandler.hxx>
-#include <WPXSvInputStream.hxx>
+#include "DocumentHandler.hxx"
+#include "WPXSvInputStream.hxx"
#include <xmloff/attrlist.hxx>
diff --git a/writerperfect/inc/WPFTEncodingDialog.hxx b/writerperfect/inc/WPFTEncodingDialog.hxx
index 6f99398f8797..1730f760a1ca 100644
--- a/writerperfect/inc/WPFTEncodingDialog.hxx
+++ b/writerperfect/inc/WPFTEncodingDialog.hxx
@@ -18,7 +18,7 @@
#include <vcl/dialog.hxx>
#include <vcl/lstbox.hxx>
-#include <writerperfectdllapi.h>
+#include "writerperfectdllapi.h"
namespace writerperfect
{
diff --git a/writerperfect/inc/WPXSvInputStream.hxx b/writerperfect/inc/WPXSvInputStream.hxx
index c6b5d74406b5..e04158604714 100644
--- a/writerperfect/inc/WPXSvInputStream.hxx
+++ b/writerperfect/inc/WPXSvInputStream.hxx
@@ -12,7 +12,7 @@
#include <librevenge-stream/librevenge-stream.h>
#include <com/sun/star/uno/Reference.h>
-#include <writerperfectdllapi.h>
+#include "writerperfectdllapi.h"
#include <memory>
namespace com
diff --git a/writerperfect/qa/unit/DrawingImportTest.cxx b/writerperfect/qa/unit/DrawingImportTest.cxx
index 661f851d3a0f..06bb33aeec7f 100644
--- a/writerperfect/qa/unit/DrawingImportTest.cxx
+++ b/writerperfect/qa/unit/DrawingImportTest.cxx
@@ -19,8 +19,8 @@
#include <rtl/ref.hxx>
-#include "DocumentHandlerForOdg.hxx"
-#include "ImportFilter.hxx"
+#include <DocumentHandlerForOdg.hxx>
+#include <ImportFilter.hxx>
#include "WpftFilterFixture.hxx"
#include "WpftLoader.hxx"
#include "wpftimport.hxx"
diff --git a/writerperfect/qa/unit/PresentationImportTest.cxx b/writerperfect/qa/unit/PresentationImportTest.cxx
index 4181d55be85b..9ad9fed92ac6 100644
--- a/writerperfect/qa/unit/PresentationImportTest.cxx
+++ b/writerperfect/qa/unit/PresentationImportTest.cxx
@@ -19,8 +19,8 @@
#include <rtl/ref.hxx>
-#include "DocumentHandlerForOdp.hxx"
-#include "ImportFilter.hxx"
+#include <DocumentHandlerForOdp.hxx>
+#include <ImportFilter.hxx>
#include "WpftFilterFixture.hxx"
#include "WpftLoader.hxx"
#include "wpftimport.hxx"
diff --git a/writerperfect/qa/unit/SpreadsheetImportTest.cxx b/writerperfect/qa/unit/SpreadsheetImportTest.cxx
index 55d03151924b..a3aa1a968bc3 100644
--- a/writerperfect/qa/unit/SpreadsheetImportTest.cxx
+++ b/writerperfect/qa/unit/SpreadsheetImportTest.cxx
@@ -18,8 +18,8 @@
#include <rtl/ref.hxx>
-#include "DocumentHandlerForOds.hxx"
-#include "ImportFilter.hxx"
+#include <DocumentHandlerForOds.hxx>
+#include <ImportFilter.hxx>
#include "WpftFilterFixture.hxx"
#include "WpftLoader.hxx"
#include "wpftimport.hxx"
diff --git a/writerperfect/qa/unit/TextImportTest.cxx b/writerperfect/qa/unit/TextImportTest.cxx
index 4789d003abec..dcf599577ee6 100644
--- a/writerperfect/qa/unit/TextImportTest.cxx
+++ b/writerperfect/qa/unit/TextImportTest.cxx
@@ -17,8 +17,8 @@
#include <rtl/ref.hxx>
-#include "DocumentHandlerForOdt.hxx"
-#include "ImportFilter.hxx"
+#include <DocumentHandlerForOdt.hxx>
+#include <ImportFilter.hxx>
#include "WpftFilterFixture.hxx"
#include "WpftLoader.hxx"
#include "wpftimport.hxx"
diff --git a/writerperfect/qa/unit/WPXSvStreamTest.cxx b/writerperfect/qa/unit/WPXSvStreamTest.cxx
index 70ff441a4315..456af32f01a0 100644
--- a/writerperfect/qa/unit/WPXSvStreamTest.cxx
+++ b/writerperfect/qa/unit/WPXSvStreamTest.cxx
@@ -15,16 +15,16 @@
#include <cppunit/extensions/HelperMacros.h>
-#include "com/sun/star/io/XInputStream.hpp"
-#include "com/sun/star/ucb/XSimpleFileAccess.hpp"
-#include "com/sun/star/uno/Reference.hxx"
+#include <com/sun/star/io/XInputStream.hpp>
+#include <com/sun/star/ucb/XSimpleFileAccess.hpp>
+#include <com/sun/star/uno/Reference.hxx>
-#include "comphelper/processfactory.hxx"
-#include "comphelper/seqstream.hxx"
+#include <comphelper/processfactory.hxx>
+#include <comphelper/seqstream.hxx>
-#include "rtl/ref.hxx"
+#include <rtl/ref.hxx>
-#include "test/bootstrapfixture.hxx"
+#include <test/bootstrapfixture.hxx>
#include <WPXSvInputStream.hxx>
diff --git a/writerperfect/qa/unit/WpftFilterFixture.hxx b/writerperfect/qa/unit/WpftFilterFixture.hxx
index 14ad4eafd835..058c042df3d1 100644
--- a/writerperfect/qa/unit/WpftFilterFixture.hxx
+++ b/writerperfect/qa/unit/WpftFilterFixture.hxx
@@ -10,7 +10,7 @@
#ifndef INCLUDED_WRITERPERFECT_QA_UNIT_WPFTFILTERFIXTURE_HXX
#define INCLUDED_WRITERPERFECT_QA_UNIT_WPFTFILTERFIXTURE_HXX
-#include "config_writerperfect.h"
+#include <config_writerperfect.h>
#include "wpftqahelperdllapi.h"
diff --git a/writerperfect/source/calc/MSWorksCalcImportFilter.cxx b/writerperfect/source/calc/MSWorksCalcImportFilter.cxx
index 6bf8f42fad2f..700cc2c20ea2 100644
--- a/writerperfect/source/calc/MSWorksCalcImportFilter.cxx
+++ b/writerperfect/source/calc/MSWorksCalcImportFilter.cxx
@@ -22,10 +22,10 @@
#include <libwps/libwps.h>
-#include "WPFTEncodingDialog.hxx"
-#include "WPFTResMgr.hxx"
+#include <WPFTEncodingDialog.hxx>
+#include <WPFTResMgr.hxx>
#include "MSWorksCalcImportFilter.hxx"
-#include "strings.hrc"
+#include <strings.hrc>
#include <iostream>
diff --git a/writerperfect/source/calc/MSWorksCalcImportFilter.hxx b/writerperfect/source/calc/MSWorksCalcImportFilter.hxx
index 725465c71287..045013f55350 100644
--- a/writerperfect/source/calc/MSWorksCalcImportFilter.hxx
+++ b/writerperfect/source/calc/MSWorksCalcImportFilter.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 "DocumentHandlerForOds.hxx"
+#include <DocumentHandlerForOds.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/calc/MWAWCalcImportFilter.hxx b/writerperfect/source/calc/MWAWCalcImportFilter.hxx
index c511e5115cae..96c079186594 100644
--- a/writerperfect/source/calc/MWAWCalcImportFilter.hxx
+++ b/writerperfect/source/calc/MWAWCalcImportFilter.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 "DocumentHandlerForOds.hxx"
+#include <DocumentHandlerForOds.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/calc/NumbersImportFilter.hxx b/writerperfect/source/calc/NumbersImportFilter.hxx
index dcbb2fe70002..367f6f8076c8 100644
--- a/writerperfect/source/calc/NumbersImportFilter.hxx
+++ b/writerperfect/source/calc/NumbersImportFilter.hxx
@@ -13,8 +13,8 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
-#include "DocumentHandlerForOds.hxx"
-#include "ImportFilter.hxx"
+#include <DocumentHandlerForOds.hxx>
+#include <ImportFilter.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/calc/StarOfficeCalcImportFilter.hxx b/writerperfect/source/calc/StarOfficeCalcImportFilter.hxx
index d753df37d368..b395618581de 100644
--- a/writerperfect/source/calc/StarOfficeCalcImportFilter.hxx
+++ b/writerperfect/source/calc/StarOfficeCalcImportFilter.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 "DocumentHandlerForOds.hxx"
+#include <DocumentHandlerForOds.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/common/WPFTResMgr.cxx b/writerperfect/source/common/WPFTResMgr.cxx
index f61c470d8e17..6d3d12381aa0 100644
--- a/writerperfect/source/common/WPFTResMgr.cxx
+++ b/writerperfect/source/common/WPFTResMgr.cxx
@@ -1,6 +1,6 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-#include "WPFTResMgr.hxx"
+#include <WPFTResMgr.hxx>
std::locale &WPFTResLocale::GetResLocale()
{
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
diff --git a/writerperfect/source/impress/KeynoteImportFilter.hxx b/writerperfect/source/impress/KeynoteImportFilter.hxx
index 714402f2c8ec..c7dc52a4ad82 100644
--- a/writerperfect/source/impress/KeynoteImportFilter.hxx
+++ b/writerperfect/source/impress/KeynoteImportFilter.hxx
@@ -11,8 +11,8 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
-#include "ImportFilter.hxx"
-#include "DocumentHandlerForOdp.hxx"
+#include <ImportFilter.hxx>
+#include <DocumentHandlerForOdp.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/impress/MWAWPresentationImportFilter.hxx b/writerperfect/source/impress/MWAWPresentationImportFilter.hxx
index 11625bf14457..fce0250fe6ff 100644
--- a/writerperfect/source/impress/MWAWPresentationImportFilter.hxx
+++ b/writerperfect/source/impress/MWAWPresentationImportFilter.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 "DocumentHandlerForOdp.hxx"
+#include <DocumentHandlerForOdp.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/impress/StarOfficePresentationImportFilter.hxx b/writerperfect/source/impress/StarOfficePresentationImportFilter.hxx
index 3651315b0e3a..7611135ef71b 100644
--- a/writerperfect/source/impress/StarOfficePresentationImportFilter.hxx
+++ b/writerperfect/source/impress/StarOfficePresentationImportFilter.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 "DocumentHandlerForOdp.hxx"
+#include <DocumentHandlerForOdp.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/writer/AbiWordImportFilter.hxx b/writerperfect/source/writer/AbiWordImportFilter.hxx
index c3ce92bade41..a939d414743b 100644
--- a/writerperfect/source/writer/AbiWordImportFilter.hxx
+++ b/writerperfect/source/writer/AbiWordImportFilter.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 "DocumentHandlerForOdt.hxx"
+#include <DocumentHandlerForOdt.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/writer/EBookImportFilter.hxx b/writerperfect/source/writer/EBookImportFilter.hxx
index 79468e0ae45a..96e07d98d382 100644
--- a/writerperfect/source/writer/EBookImportFilter.hxx
+++ b/writerperfect/source/writer/EBookImportFilter.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 "DocumentHandlerForOdt.hxx"
+#include <DocumentHandlerForOdt.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/writer/EPUBExportFilter.cxx b/writerperfect/source/writer/EPUBExportFilter.cxx
index 239884ef605f..1b0eea21725c 100644
--- a/writerperfect/source/writer/EPUBExportFilter.cxx
+++ b/writerperfect/source/writer/EPUBExportFilter.cxx
@@ -9,7 +9,7 @@
#include "EPUBExportFilter.hxx"
-#include "config_libepubgen.h"
+#include <config_libepubgen.h>
#include <libepubgen/EPUBTextGenerator.h>
#include <libepubgen/libepubgen-decls.h>
diff --git a/writerperfect/source/writer/MSWorksImportFilter.cxx b/writerperfect/source/writer/MSWorksImportFilter.cxx
index fa1fe401816d..092a8fb77efa 100644
--- a/writerperfect/source/writer/MSWorksImportFilter.cxx
+++ b/writerperfect/source/writer/MSWorksImportFilter.cxx
@@ -13,10 +13,10 @@
#include <libwps/libwps.h>
-#include "WPFTEncodingDialog.hxx"
-#include "WPFTResMgr.hxx"
+#include <WPFTEncodingDialog.hxx>
+#include <WPFTResMgr.hxx>
#include "MSWorksImportFilter.hxx"
-#include "strings.hrc"
+#include <strings.hrc>
using com::sun::star::uno::Sequence;
using com::sun::star::uno::XInterface;
diff --git a/writerperfect/source/writer/MSWorksImportFilter.hxx b/writerperfect/source/writer/MSWorksImportFilter.hxx
index 45404be5e83f..faa4096c9ab6 100644
--- a/writerperfect/source/writer/MSWorksImportFilter.hxx
+++ b/writerperfect/source/writer/MSWorksImportFilter.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 "DocumentHandlerForOdt.hxx"
+#include <DocumentHandlerForOdt.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/writer/MWAWImportFilter.hxx b/writerperfect/source/writer/MWAWImportFilter.hxx
index 309e9cf9a151..0ddd1bd1c7a5 100644
--- a/writerperfect/source/writer/MWAWImportFilter.hxx
+++ b/writerperfect/source/writer/MWAWImportFilter.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 "DocumentHandlerForOdt.hxx"
+#include <DocumentHandlerForOdt.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/writer/PagesImportFilter.hxx b/writerperfect/source/writer/PagesImportFilter.hxx
index 15b083ca5cba..376c9ff4430c 100644
--- a/writerperfect/source/writer/PagesImportFilter.hxx
+++ b/writerperfect/source/writer/PagesImportFilter.hxx
@@ -13,8 +13,8 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
-#include "DocumentHandlerForOdt.hxx"
-#include "ImportFilter.hxx"
+#include <DocumentHandlerForOdt.hxx>
+#include <ImportFilter.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/writer/StarOfficeWriterImportFilter.hxx b/writerperfect/source/writer/StarOfficeWriterImportFilter.hxx
index ed1da0540763..3202c77eda31 100644
--- a/writerperfect/source/writer/StarOfficeWriterImportFilter.hxx
+++ b/writerperfect/source/writer/StarOfficeWriterImportFilter.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 "DocumentHandlerForOdt.hxx"
+#include <DocumentHandlerForOdt.hxx>
/* This component will be instantiated for both import or export. Whether it calls
* setSourceDocument or setTargetDocument determines which Impl function the filter