diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-06-07 18:46:45 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-06-07 19:29:07 +0000 |
commit | 381f21c9287cefcd6c5b55f442292594c74e0846 (patch) | |
tree | c865e2d62a05086bcece90386f8e63611c4fa918 /writerperfect | |
parent | 932d9cd9c9effcbc8b24c10aa7322e42a1cbc908 (diff) |
Remove include stdio (part8)
Change-Id: I4ad581158fa68f30d07101697b716dc9b8fab746
Reviewed-on: https://gerrit.libreoffice.org/16139
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'writerperfect')
-rw-r--r-- | writerperfect/source/impress/KeynoteImportFilter.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/writerperfect/source/impress/KeynoteImportFilter.hxx b/writerperfect/source/impress/KeynoteImportFilter.hxx index 2bf14e6393f6..7336e11de983 100644 --- a/writerperfect/source/impress/KeynoteImportFilter.hxx +++ b/writerperfect/source/impress/KeynoteImportFilter.hxx @@ -14,8 +14,6 @@ #include "ImportFilter.hxx" #include "DocumentHandlerForOdp.hxx" -#include <stdio.h> - /* This component will be instantiated for both import or export. Whether it calls * setSourceDocument or setTargetDocument determines which Impl function the filter * member calls */ |