diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-03-03 22:51:30 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-03-04 13:58:40 +0100 |
commit | 26e37ca4c7a26d59f1a42de2a43705f61327389e (patch) | |
tree | 03facb9e7f2135df1a1765e5a1cd19a55fa3e0c8 /linguistic | |
parent | 57d169b6061549ce273582bd2ee96cce34f1c5a2 (diff) |
doubled includes
Change-Id: I70ec796188e2388e1e4d699126f7ae817f5ff86e
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/convdic.cxx | 2 | ||||
-rw-r--r-- | linguistic/source/dlistimp.cxx | 6 | ||||
-rw-r--r-- | linguistic/source/lngopt.hxx | 1 |
3 files changed, 0 insertions, 9 deletions
diff --git a/linguistic/source/convdic.cxx b/linguistic/source/convdic.cxx index 37310db0bdb3..6bfeb581c282 100644 --- a/linguistic/source/convdic.cxx +++ b/linguistic/source/convdic.cxx @@ -24,7 +24,6 @@ #include <tools/debug.hxx> #include <tools/fsys.hxx> #include <tools/stream.hxx> -#include <tools/stream.hxx> #include <tools/string.hxx> #include <tools/urlobj.hxx> #include <ucbhelper/content.hxx> @@ -44,7 +43,6 @@ #include <com/sun/star/registry/XRegistryKey.hpp> #include <com/sun/star/util/XFlushListener.hpp> #include <com/sun/star/io/XActiveDataSource.hpp> -#include <com/sun/star/io/XActiveDataSource.hpp> #include <com/sun/star/io/XInputStream.hpp> #include <com/sun/star/io/XOutputStream.hpp> #include <com/sun/star/xml/sax/Writer.hpp> diff --git a/linguistic/source/dlistimp.cxx b/linguistic/source/dlistimp.cxx index f447738b2167..27ded1364693 100644 --- a/linguistic/source/dlistimp.cxx +++ b/linguistic/source/dlistimp.cxx @@ -24,7 +24,6 @@ #include <tools/fsys.hxx> #include <tools/stream.hxx> #include <tools/urlobj.hxx> -#include <i18npool/mslangid.hxx> #include <unotools/pathoptions.hxx> #include <unotools/useroptions.hxx> #include <cppuhelper/factory.hxx> // helper for factories @@ -44,11 +43,6 @@ #include "dicimp.hxx" #include "lngopt.hxx" -#include "defs.hxx" -#include "dlistimp.hxx" -#include "dicimp.hxx" -#include "lngopt.hxx" - using namespace osl; using namespace com::sun::star; using namespace com::sun::star::lang; diff --git a/linguistic/source/lngopt.hxx b/linguistic/source/lngopt.hxx index 949692e24388..79df931269d5 100644 --- a/linguistic/source/lngopt.hxx +++ b/linguistic/source/lngopt.hxx @@ -36,7 +36,6 @@ #include <com/sun/star/uno/Any.h> #include <tools/solar.h> -#include <svl/itemprop.hxx> #include "linguistic/misc.hxx" #include "defs.hxx" |