summaryrefslogtreecommitdiff
path: root/writerperfect
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-05-19 10:48:43 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-05-19 10:57:32 +0200
commit867ccbc19b419e688c81485257371e2681a7775a (patch)
tree05aecf3924ca5753fec1f4120b1568ebc9eef82a /writerperfect
parent9451097a9d20f8a522d587271d57efee1fc5566d (diff)
Remove redundant writerperfect/inc/writerperfect hierarchy segment
Change-Id: Ib2c84536d829b3d4cf2f0112a9735cc132ee7d24
Diffstat (limited to 'writerperfect')
-rw-r--r--writerperfect/inc/DocumentHandlerFor.hxx (renamed from writerperfect/inc/writerperfect/DocumentHandlerFor.hxx)0
-rw-r--r--writerperfect/inc/ImportFilter.hxx (renamed from writerperfect/inc/writerperfect/ImportFilter.hxx)2
-rw-r--r--writerperfect/source/calc/DocumentHandlerForOds.hxx2
-rw-r--r--writerperfect/source/calc/MSWorksCalcImportFilter.hxx2
-rw-r--r--writerperfect/source/calc/MWAWCalcImportFilter.hxx2
-rw-r--r--writerperfect/source/draw/CDRImportFilter.hxx2
-rw-r--r--writerperfect/source/draw/CMXImportFilter.hxx2
-rw-r--r--writerperfect/source/draw/DocumentHandlerForOdg.hxx2
-rw-r--r--writerperfect/source/draw/FreehandImportFilter.hxx2
-rw-r--r--writerperfect/source/draw/MSPUBImportFilter.hxx2
-rw-r--r--writerperfect/source/draw/MWAWDrawImportFilter.hxx2
-rw-r--r--writerperfect/source/draw/PageMakerImportFilter.hxx2
-rw-r--r--writerperfect/source/draw/VisioImportFilter.hxx2
-rw-r--r--writerperfect/source/draw/WPGImportFilter.hxx2
-rw-r--r--writerperfect/source/impress/DocumentHandlerForOdp.hxx4
-rw-r--r--writerperfect/source/impress/KeynoteImportFilter.hxx2
-rw-r--r--writerperfect/source/impress/MWAWPresentationImportFilter.hxx2
-rw-r--r--writerperfect/source/writer/AbiWordImportFilter.hxx2
-rw-r--r--writerperfect/source/writer/DocumentHandlerForOdt.hxx2
-rw-r--r--writerperfect/source/writer/EBookImportFilter.hxx2
-rw-r--r--writerperfect/source/writer/MSWorksImportFilter.hxx2
-rw-r--r--writerperfect/source/writer/MWAWImportFilter.hxx2
22 files changed, 22 insertions, 22 deletions
diff --git a/writerperfect/inc/writerperfect/DocumentHandlerFor.hxx b/writerperfect/inc/DocumentHandlerFor.hxx
index fbe10a795e8d..fbe10a795e8d 100644
--- a/writerperfect/inc/writerperfect/DocumentHandlerFor.hxx
+++ b/writerperfect/inc/DocumentHandlerFor.hxx
diff --git a/writerperfect/inc/writerperfect/ImportFilter.hxx b/writerperfect/inc/ImportFilter.hxx
index 214f02e675e8..d3d1e04acd7a 100644
--- a/writerperfect/inc/writerperfect/ImportFilter.hxx
+++ b/writerperfect/inc/ImportFilter.hxx
@@ -38,7 +38,7 @@
#include <xmloff/attrlist.hxx>
-#include "writerperfect/DocumentHandlerFor.hxx"
+#include "DocumentHandlerFor.hxx"
namespace writerperfect
{
diff --git a/writerperfect/source/calc/DocumentHandlerForOds.hxx b/writerperfect/source/calc/DocumentHandlerForOds.hxx
index 9eb048490ba4..e10d4522ca04 100644
--- a/writerperfect/source/calc/DocumentHandlerForOds.hxx
+++ b/writerperfect/source/calc/DocumentHandlerForOds.hxx
@@ -10,7 +10,7 @@
#include <libodfgen/libodfgen.hxx>
-#include "writerperfect/DocumentHandlerFor.hxx"
+#include "DocumentHandlerFor.hxx"
namespace writerperfect
{
diff --git a/writerperfect/source/calc/MSWorksCalcImportFilter.hxx b/writerperfect/source/calc/MSWorksCalcImportFilter.hxx
index 6825463f443b..6814a19b1130 100644
--- a/writerperfect/source/calc/MSWorksCalcImportFilter.hxx
+++ b/writerperfect/source/calc/MSWorksCalcImportFilter.hxx
@@ -13,7 +13,7 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
-#include "writerperfect/ImportFilter.hxx"
+#include "ImportFilter.hxx"
#include "DocumentHandlerForOds.hxx"
diff --git a/writerperfect/source/calc/MWAWCalcImportFilter.hxx b/writerperfect/source/calc/MWAWCalcImportFilter.hxx
index f33b8a3da042..0dc91ac99953 100644
--- a/writerperfect/source/calc/MWAWCalcImportFilter.hxx
+++ b/writerperfect/source/calc/MWAWCalcImportFilter.hxx
@@ -13,7 +13,7 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
-#include "writerperfect/ImportFilter.hxx"
+#include "ImportFilter.hxx"
#include "DocumentHandlerForOds.hxx"
diff --git a/writerperfect/source/draw/CDRImportFilter.hxx b/writerperfect/source/draw/CDRImportFilter.hxx
index 7754ac8b19e2..1316aecefdfb 100644
--- a/writerperfect/source/draw/CDRImportFilter.hxx
+++ b/writerperfect/source/draw/CDRImportFilter.hxx
@@ -11,7 +11,7 @@
#ifndef _CDRIMPORTFILTER_HXX
#define _CDRIMPORTFILTER_HXX
-#include "writerperfect/ImportFilter.hxx"
+#include "ImportFilter.hxx"
#include "DocumentHandlerForOdg.hxx"
diff --git a/writerperfect/source/draw/CMXImportFilter.hxx b/writerperfect/source/draw/CMXImportFilter.hxx
index ac40cd8a4319..03ffaff85235 100644
--- a/writerperfect/source/draw/CMXImportFilter.hxx
+++ b/writerperfect/source/draw/CMXImportFilter.hxx
@@ -11,7 +11,7 @@
#ifndef _CMXIMPORTFILTER_HXX
#define _CMXIMPORTFILTER_HXX
-#include "writerperfect/ImportFilter.hxx"
+#include "ImportFilter.hxx"
#include "DocumentHandlerForOdg.hxx"
diff --git a/writerperfect/source/draw/DocumentHandlerForOdg.hxx b/writerperfect/source/draw/DocumentHandlerForOdg.hxx
index c70c06043c90..23cc66ffbafe 100644
--- a/writerperfect/source/draw/DocumentHandlerForOdg.hxx
+++ b/writerperfect/source/draw/DocumentHandlerForOdg.hxx
@@ -10,7 +10,7 @@
#include <libodfgen/libodfgen.hxx>
-#include "writerperfect/DocumentHandlerFor.hxx"
+#include "DocumentHandlerFor.hxx"
namespace writerperfect
{
diff --git a/writerperfect/source/draw/FreehandImportFilter.hxx b/writerperfect/source/draw/FreehandImportFilter.hxx
index 699f8c1cf7f4..485c389be234 100644
--- a/writerperfect/source/draw/FreehandImportFilter.hxx
+++ b/writerperfect/source/draw/FreehandImportFilter.hxx
@@ -8,7 +8,7 @@
#ifndef _FREEHANDIMPORTFILTER_HXX
#define _FREEHANDIMPORTFILTER_HXX
-#include "writerperfect/ImportFilter.hxx"
+#include "ImportFilter.hxx"
#include "DocumentHandlerForOdg.hxx"
diff --git a/writerperfect/source/draw/MSPUBImportFilter.hxx b/writerperfect/source/draw/MSPUBImportFilter.hxx
index d8ed49050964..6e493531c853 100644
--- a/writerperfect/source/draw/MSPUBImportFilter.hxx
+++ b/writerperfect/source/draw/MSPUBImportFilter.hxx
@@ -8,7 +8,7 @@
#ifndef _MSPUBIMPORTFILTER_HXX
#define _MSPUBIMPORTFILTER_HXX
-#include "writerperfect/ImportFilter.hxx"
+#include "ImportFilter.hxx"
#include "DocumentHandlerForOdg.hxx"
diff --git a/writerperfect/source/draw/MWAWDrawImportFilter.hxx b/writerperfect/source/draw/MWAWDrawImportFilter.hxx
index 29ce1e0aeca4..01bb2d257fff 100644
--- a/writerperfect/source/draw/MWAWDrawImportFilter.hxx
+++ b/writerperfect/source/draw/MWAWDrawImportFilter.hxx
@@ -13,7 +13,7 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
-#include "writerperfect/ImportFilter.hxx"
+#include "ImportFilter.hxx"
#include "DocumentHandlerForOdg.hxx"
diff --git a/writerperfect/source/draw/PageMakerImportFilter.hxx b/writerperfect/source/draw/PageMakerImportFilter.hxx
index 6c63d63e40cc..181287764fb0 100644
--- a/writerperfect/source/draw/PageMakerImportFilter.hxx
+++ b/writerperfect/source/draw/PageMakerImportFilter.hxx
@@ -8,7 +8,7 @@
#ifndef _PAGEMAKERIMPORTFILTER_HXX
#define _PAGEMAKERIMPORTFILTER_HXX
-#include "writerperfect/ImportFilter.hxx"
+#include "ImportFilter.hxx"
#include "DocumentHandlerForOdg.hxx"
diff --git a/writerperfect/source/draw/VisioImportFilter.hxx b/writerperfect/source/draw/VisioImportFilter.hxx
index 9b946209f1d0..b82e526eeef0 100644
--- a/writerperfect/source/draw/VisioImportFilter.hxx
+++ b/writerperfect/source/draw/VisioImportFilter.hxx
@@ -8,7 +8,7 @@
#ifndef _VISIOIMPORTFILTER_HXX
#define _VISIOIMPORTFILTER_HXX
-#include "writerperfect/ImportFilter.hxx"
+#include "ImportFilter.hxx"
#include "DocumentHandlerForOdg.hxx"
diff --git a/writerperfect/source/draw/WPGImportFilter.hxx b/writerperfect/source/draw/WPGImportFilter.hxx
index 1a0dd9944f05..b7ac0710dd59 100644
--- a/writerperfect/source/draw/WPGImportFilter.hxx
+++ b/writerperfect/source/draw/WPGImportFilter.hxx
@@ -13,7 +13,7 @@
#ifndef _WPGIMPORTFILTER_HXX
#define _WPGIMPORTFILTER_HXX
-#include "writerperfect/ImportFilter.hxx"
+#include "ImportFilter.hxx"
#include "DocumentHandlerForOdg.hxx"
diff --git a/writerperfect/source/impress/DocumentHandlerForOdp.hxx b/writerperfect/source/impress/DocumentHandlerForOdp.hxx
index a8dfca5181aa..fe8ae8d20210 100644
--- a/writerperfect/source/impress/DocumentHandlerForOdp.hxx
+++ b/writerperfect/source/impress/DocumentHandlerForOdp.hxx
@@ -10,7 +10,7 @@
#include <libodfgen/libodfgen.hxx>
-#include "writerperfect/DocumentHandlerFor.hxx"
+#include "DocumentHandlerFor.hxx"
namespace writerperfect
{
@@ -28,4 +28,4 @@ struct DocumentHandlerFor<OdpGenerator>
#endif
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ \ No newline at end of file
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/writerperfect/source/impress/KeynoteImportFilter.hxx b/writerperfect/source/impress/KeynoteImportFilter.hxx
index 9db0cf7bef43..d176643ebe58 100644
--- a/writerperfect/source/impress/KeynoteImportFilter.hxx
+++ b/writerperfect/source/impress/KeynoteImportFilter.hxx
@@ -11,7 +11,7 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
-#include "writerperfect/ImportFilter.hxx"
+#include "ImportFilter.hxx"
#include "DocumentHandlerForOdp.hxx"
#include <stdio.h>
diff --git a/writerperfect/source/impress/MWAWPresentationImportFilter.hxx b/writerperfect/source/impress/MWAWPresentationImportFilter.hxx
index 4f2743e486b0..f8ff94a71070 100644
--- a/writerperfect/source/impress/MWAWPresentationImportFilter.hxx
+++ b/writerperfect/source/impress/MWAWPresentationImportFilter.hxx
@@ -13,7 +13,7 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
-#include "writerperfect/ImportFilter.hxx"
+#include "ImportFilter.hxx"
#include "DocumentHandlerForOdp.hxx"
diff --git a/writerperfect/source/writer/AbiWordImportFilter.hxx b/writerperfect/source/writer/AbiWordImportFilter.hxx
index 2cee47b10f29..4268d32fe090 100644
--- a/writerperfect/source/writer/AbiWordImportFilter.hxx
+++ b/writerperfect/source/writer/AbiWordImportFilter.hxx
@@ -13,7 +13,7 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
-#include "writerperfect/ImportFilter.hxx"
+#include "ImportFilter.hxx"
#include "DocumentHandlerForOdt.hxx"
diff --git a/writerperfect/source/writer/DocumentHandlerForOdt.hxx b/writerperfect/source/writer/DocumentHandlerForOdt.hxx
index baf14625a289..791a8e80840a 100644
--- a/writerperfect/source/writer/DocumentHandlerForOdt.hxx
+++ b/writerperfect/source/writer/DocumentHandlerForOdt.hxx
@@ -10,7 +10,7 @@
#include <libodfgen/libodfgen.hxx>
-#include "writerperfect/DocumentHandlerFor.hxx"
+#include "DocumentHandlerFor.hxx"
namespace writerperfect
{
diff --git a/writerperfect/source/writer/EBookImportFilter.hxx b/writerperfect/source/writer/EBookImportFilter.hxx
index 59184aa5381a..9f1560f9e68f 100644
--- a/writerperfect/source/writer/EBookImportFilter.hxx
+++ b/writerperfect/source/writer/EBookImportFilter.hxx
@@ -13,7 +13,7 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
-#include "writerperfect/ImportFilter.hxx"
+#include "ImportFilter.hxx"
#include "DocumentHandlerForOdt.hxx"
diff --git a/writerperfect/source/writer/MSWorksImportFilter.hxx b/writerperfect/source/writer/MSWorksImportFilter.hxx
index 40802b510c81..32f4d74d4cfb 100644
--- a/writerperfect/source/writer/MSWorksImportFilter.hxx
+++ b/writerperfect/source/writer/MSWorksImportFilter.hxx
@@ -13,7 +13,7 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
-#include "writerperfect/ImportFilter.hxx"
+#include "ImportFilter.hxx"
#include "DocumentHandlerForOdt.hxx"
diff --git a/writerperfect/source/writer/MWAWImportFilter.hxx b/writerperfect/source/writer/MWAWImportFilter.hxx
index f4e6f6f1dc7c..fdece1e3a53b 100644
--- a/writerperfect/source/writer/MWAWImportFilter.hxx
+++ b/writerperfect/source/writer/MWAWImportFilter.hxx
@@ -13,7 +13,7 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
-#include "writerperfect/ImportFilter.hxx"
+#include "ImportFilter.hxx"
#include "DocumentHandlerForOdt.hxx"