diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-26 14:17:29 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-26 14:17:29 +0000 |
commit | 398a73b8e4d5e484b17cc52f0606e63a8bbf2422 (patch) | |
tree | 1d559a5498787c856a4d61d89d145447a2c055ad /sdext | |
parent | a9c6be78e170c7aa14bbf4e95a4ed044f379c832 (diff) |
INTEGRATION: CWS custommeta (1.10.18); FILE MERGED
2008/01/21 15:18:31 mst 1.10.18.1: - sdext/source/minimizer/impoptimizer.cxx:
+ remove unneeded includes
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/minimizer/impoptimizer.cxx | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/sdext/source/minimizer/impoptimizer.cxx b/sdext/source/minimizer/impoptimizer.cxx index 528b88e567c5..c018b0367775 100644 --- a/sdext/source/minimizer/impoptimizer.cxx +++ b/sdext/source/minimizer/impoptimizer.cxx @@ -4,9 +4,9 @@ * * $RCSfile: impoptimizer.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: vg $ $Date: 2007-10-11 14:41:08 $ + * last change: $Author: obo $ $Date: 2008-02-26 15:17:29 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -82,12 +82,6 @@ #ifndef _COM_SUN_STAR_FRAME_XDISPATCHPROVIDER_HPP_ #include <com/sun/star/frame/XDispatchProvider.hpp> #endif -#ifndef _COM_SUN_STAR_DOCUMENT_XDOCUMENTINFO_HPP_ -#include <com/sun/star/document/XDocumentInfo.hpp> -#endif -#ifndef _COM_SUN_STAR_DOCUMENT_XDOCUMENTINFOSUPPLIER_HPP_ -#include <com/sun/star/document/XDocumentInfoSupplier.hpp> -#endif #ifndef _COM_SUN_STAR_GRAPHIC_XGRAPHICPROVIDER_HPP_ #include <com/sun/star/graphic/XGraphicProvider.hpp> #endif |