diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-05-19 10:55:43 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-05-19 10:57:32 +0200 |
commit | fc5dfa8fd34f93a74f590167cb755ef7831bc0d8 (patch) | |
tree | 3da13eb22721ac2e91c53ba510552c9c555e1bcf /writerperfect/source/common | |
parent | 867ccbc19b419e688c81485257371e2681a7775a (diff) |
Move module-local includes to writerperfect/inc
Change-Id: I8e90a95d6ab8d8a696d4666e2ab4ddd9584b60f0
Diffstat (limited to 'writerperfect/source/common')
4 files changed, 5 insertions, 5 deletions
diff --git a/writerperfect/source/common/DirectoryStream.cxx b/writerperfect/source/common/DirectoryStream.cxx index b0ff9c43bb6c..1f4638980982 100644 --- a/writerperfect/source/common/DirectoryStream.cxx +++ b/writerperfect/source/common/DirectoryStream.cxx @@ -36,8 +36,8 @@ #include <ucbhelper/content.hxx> -#include <writerperfect/DirectoryStream.hxx> -#include <writerperfect/WPXSvInputStream.hxx> +#include <DirectoryStream.hxx> +#include <WPXSvInputStream.hxx> namespace container = com::sun::star::container; namespace io = com::sun::star::io; diff --git a/writerperfect/source/common/DocumentHandler.cxx b/writerperfect/source/common/DocumentHandler.cxx index 1d93bf575bff..3ea4d053e4a6 100644 --- a/writerperfect/source/common/DocumentHandler.cxx +++ b/writerperfect/source/common/DocumentHandler.cxx @@ -7,7 +7,7 @@ * For further information visit http://libwpd.sourceforge.net */ -#include <writerperfect/DocumentHandler.hxx> +#include <DocumentHandler.hxx> #include <string.h> diff --git a/writerperfect/source/common/WPFTEncodingDialog.cxx b/writerperfect/source/common/WPFTEncodingDialog.cxx index 1e359930654e..de521c61e881 100644 --- a/writerperfect/source/common/WPFTEncodingDialog.cxx +++ b/writerperfect/source/common/WPFTEncodingDialog.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <writerperfect/WPFTEncodingDialog.hxx> +#include <WPFTEncodingDialog.hxx> namespace writerperfect { diff --git a/writerperfect/source/common/WPXSvInputStream.cxx b/writerperfect/source/common/WPXSvInputStream.cxx index 535c3e99f4b1..e0fff43199d1 100644 --- a/writerperfect/source/common/WPXSvInputStream.cxx +++ b/writerperfect/source/common/WPXSvInputStream.cxx @@ -7,7 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include <writerperfect/WPXSvInputStream.hxx> +#include <WPXSvInputStream.hxx> #include <com/sun/star/packages/zip/XZipFileAccess2.hpp> #include <com/sun/star/uno/Any.hxx> |