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/impress | |
parent | 867ccbc19b419e688c81485257371e2681a7775a (diff) |
Move module-local includes to writerperfect/inc
Change-Id: I8e90a95d6ab8d8a696d4666e2ab4ddd9584b60f0
Diffstat (limited to 'writerperfect/source/impress')
-rw-r--r-- | writerperfect/source/impress/KeynoteImportFilter.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/writerperfect/source/impress/KeynoteImportFilter.cxx b/writerperfect/source/impress/KeynoteImportFilter.cxx index 6a832c3bdc88..f4e2cba4fd04 100644 --- a/writerperfect/source/impress/KeynoteImportFilter.cxx +++ b/writerperfect/source/impress/KeynoteImportFilter.cxx @@ -25,9 +25,9 @@ #include <rtl/tencinfo.h> #include <ucbhelper/content.hxx> -#include <writerperfect/DirectoryStream.hxx> -#include <writerperfect/DocumentHandler.hxx> -#include <writerperfect/WPXSvInputStream.hxx> +#include <DirectoryStream.hxx> +#include <DocumentHandler.hxx> +#include <WPXSvInputStream.hxx> #include <xmloff/attrlist.hxx> |