summaryrefslogtreecommitdiffstats
path: root/svtools
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-04-02 17:16:22 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-04-02 17:17:22 +0900
commit47fc950fa65b224a5fcac7a297a9fd47d15eab29 (patch)
treef1d68100540d706903f2a99695a061d7aa88b4ee /svtools
parentadd xls border import test (diff)
downloadcore-47fc950fa65b224a5fcac7a297a9fd47d15eab29.tar.gz
core-47fc950fa65b224a5fcac7a297a9fd47d15eab29.zip
removed duplicate includes in svl / svtools
Diffstat (limited to 'svtools')
-rw-r--r--svtools/inc/svtools/toolboxcontroller.hxx2
-rw-r--r--svtools/source/config/test/test.cxx1
-rw-r--r--svtools/source/contnr/templwin.cxx1
-rw-r--r--svtools/source/control/fmtfield.cxx1
-rw-r--r--svtools/source/edit/texteng.cxx1
-rw-r--r--svtools/source/edit/textview.cxx1
-rw-r--r--svtools/source/hatchwindow/documentcloser.cxx1
-rw-r--r--svtools/source/misc/embedhlp.cxx1
-rw-r--r--svtools/source/misc/imap2.cxx2
-rw-r--r--svtools/source/uno/miscservices.cxx1
10 files changed, 0 insertions, 12 deletions
diff --git a/svtools/inc/svtools/toolboxcontroller.hxx b/svtools/inc/svtools/toolboxcontroller.hxx
index 294fd8fe1460..1614057a0e0d 100644
--- a/svtools/inc/svtools/toolboxcontroller.hxx
+++ b/svtools/inc/svtools/toolboxcontroller.hxx
@@ -42,12 +42,10 @@
#include <cppuhelper/weak.hxx>
#include <cppuhelper/interfacecontainer.hxx>
#include <comphelper/broadcasthelper.hxx>
-#include <com/sun/star/util/XURLTransformer.hpp>
#include <comphelper/proparrhlp.hxx>
#include <comphelper/property.hxx>
#include <comphelper/propertycontainer.hxx>
#include <cppuhelper/propshlp.hxx>
-#include <cppuhelper/interfacecontainer.hxx>
#include <boost/unordered_map.hpp>
diff --git a/svtools/source/config/test/test.cxx b/svtools/source/config/test/test.cxx
index 90bf30ce0d21..bfc48bf8159b 100644
--- a/svtools/source/config/test/test.cxx
+++ b/svtools/source/config/test/test.cxx
@@ -53,7 +53,6 @@
//_________________________________________________________________________________________________________________
#include <cppuhelper/servicefactory.hxx>
-#include <cppuhelper/bootstrap.hxx>
#include <comphelper/processfactory.hxx>
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/uno/Sequence.h>
diff --git a/svtools/source/contnr/templwin.cxx b/svtools/source/contnr/templwin.cxx
index fa15bf909c55..3e7beba1bd2c 100644
--- a/svtools/source/contnr/templwin.cxx
+++ b/svtools/source/contnr/templwin.cxx
@@ -60,7 +60,6 @@
#include <com/sun/star/ucb/XContent.hpp>
#include <com/sun/star/ucb/XCommandEnvironment.hpp>
#include <com/sun/star/view/XPrintable.hpp>
-#include <com/sun/star/awt/XWindow.hpp>
#include <com/sun/star/document/XDocumentProperties.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/XMultiPropertySet.hpp>
diff --git a/svtools/source/control/fmtfield.cxx b/svtools/source/control/fmtfield.cxx
index 3c8e3021fcea..237d63c44947 100644
--- a/svtools/source/control/fmtfield.cxx
+++ b/svtools/source/control/fmtfield.cxx
@@ -41,7 +41,6 @@
#include <com/sun/star/util/SearchAlgorithms.hpp>
#include <com/sun/star/util/SearchResult.hpp>
#include <com/sun/star/util/SearchFlags.hpp>
-#include <com/sun/star/lang/Locale.hpp>
#include <unotools/syslocale.hxx>
#ifndef REGEXP_SUPPORT
diff --git a/svtools/source/edit/texteng.cxx b/svtools/source/edit/texteng.cxx
index 30aef8f319f6..3b4ffcc6d756 100644
--- a/svtools/source/edit/texteng.cxx
+++ b/svtools/source/edit/texteng.cxx
@@ -59,7 +59,6 @@
#include <vcl/unohelp.hxx>
#include <vcl/svapp.hxx>
-#include <vcl/unohelp.hxx>
#include <vcl/metric.hxx>
#include <unicode/ubidi.h>
diff --git a/svtools/source/edit/textview.cxx b/svtools/source/edit/textview.cxx
index d049f3028c6e..c776702e9437 100644
--- a/svtools/source/edit/textview.cxx
+++ b/svtools/source/edit/textview.cxx
@@ -62,7 +62,6 @@
#include <sot/exchange.hxx>
-#include <sot/formats.hxx>
#include <osl/mutex.hxx>
diff --git a/svtools/source/hatchwindow/documentcloser.cxx b/svtools/source/hatchwindow/documentcloser.cxx
index 500dc3032a33..544f1946b860 100644
--- a/svtools/source/hatchwindow/documentcloser.cxx
+++ b/svtools/source/hatchwindow/documentcloser.cxx
@@ -31,7 +31,6 @@
#include <com/sun/star/lang/DisposedException.hpp>
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <com/sun/star/frame/DoubleInitializationException.hpp>
-#include <com/sun/star/frame/DoubleInitializationException.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/awt/XVclWindowPeer.hpp>
diff --git a/svtools/source/misc/embedhlp.cxx b/svtools/source/misc/embedhlp.cxx
index 6db4edc7a8b6..824fa10cad82 100644
--- a/svtools/source/misc/embedhlp.cxx
+++ b/svtools/source/misc/embedhlp.cxx
@@ -46,7 +46,6 @@
#include <com/sun/star/embed/EmbedMisc.hpp>
#include <com/sun/star/embed/XStateChangeListener.hpp>
#include <com/sun/star/embed/NoVisualAreaSizeException.hpp>
-#include <com/sun/star/util/XModifiable.hpp>
#include <com/sun/star/datatransfer/XTransferable.hpp>
#include <com/sun/star/chart2/XDefaultSizeTransmitter.hpp>
#include <cppuhelper/implbase4.hxx>
diff --git a/svtools/source/misc/imap2.cxx b/svtools/source/misc/imap2.cxx
index c29525b3cabb..ba008673f5fe 100644
--- a/svtools/source/misc/imap2.cxx
+++ b/svtools/source/misc/imap2.cxx
@@ -37,13 +37,11 @@
#include "svl/urihelper.hxx"
#include <svtools/imap.hxx>
-#include <svtools/imap.hxx>
#include <svtools/imapobj.hxx>
#include <svtools/imaprect.hxx>
#include <svtools/imapcirc.hxx>
#include <svtools/imappoly.hxx>
-#include <string.h>
#include <math.h>
#define NOTEOL(c) ((c)!='\0')
diff --git a/svtools/source/uno/miscservices.cxx b/svtools/source/uno/miscservices.cxx
index 7883824b831d..52e2f58ffd8f 100644
--- a/svtools/source/uno/miscservices.cxx
+++ b/svtools/source/uno/miscservices.cxx
@@ -39,7 +39,6 @@
#include "renderer.hxx"
#include "unowizard.hxx"
-#include <com/sun/star/registry/XRegistryKey.hpp>
#include "comphelper/servicedecl.hxx"
#include "cppuhelper/implementationentry.hxx"