diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-05-19 10:48:43 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-05-19 10:57:32 +0200 |
commit | 867ccbc19b419e688c81485257371e2681a7775a (patch) | |
tree | 05aecf3924ca5753fec1f4120b1568ebc9eef82a /writerperfect/source/impress | |
parent | 9451097a9d20f8a522d587271d57efee1fc5566d (diff) |
Remove redundant writerperfect/inc/writerperfect hierarchy segment
Change-Id: Ib2c84536d829b3d4cf2f0112a9735cc132ee7d24
Diffstat (limited to 'writerperfect/source/impress')
3 files changed, 4 insertions, 4 deletions
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" |