diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-10-11 13:41:08 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-10-11 13:41:08 +0000 |
commit | 4ffc484e068f352d77924d8663a6a798ef5e412d (patch) | |
tree | 966e97ff896c050c934f248d1ac47fa42a022b98 /sdext | |
parent | 8fe51dd854fd4967d5a4acdd3ba96ba8fdb1d70e (diff) |
#i10000# remove not needed header
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/minimizer/impoptimizer.cxx | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/sdext/source/minimizer/impoptimizer.cxx b/sdext/source/minimizer/impoptimizer.cxx index 0ec2b59a2cc9..528b88e567c5 100644 --- a/sdext/source/minimizer/impoptimizer.cxx +++ b/sdext/source/minimizer/impoptimizer.cxx @@ -4,9 +4,9 @@ * * $RCSfile: impoptimizer.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: sj $ $Date: 2007-10-08 16:17:34 $ + * last change: $Author: vg $ $Date: 2007-10-11 14:41:08 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -46,12 +46,8 @@ #endif #include "informationdialog.hxx" -#include <toolkit/awt/vclxdevice.hxx> #include <unotools/localfilehelper.hxx> #include <unotools/processfactory.hxx> -#include <svtools/FilterConfigItem.hxx> -#include <svtools/filter.hxx> -#include <svtools/solar.hrc> #include <vector> #include "com/sun/star/util/URL.hpp" #include "com/sun/star/util/XURLTransformer.hpp" @@ -161,7 +157,6 @@ using namespace ::std; using namespace ::rtl; -using namespace ::vcl; using namespace ::com::sun::star; using namespace ::com::sun::star::io; using namespace ::com::sun::star::awt; |