diff options
author | Marcel Metz <mmetz@adrian-broher.net> | 2012-01-03 15:13:13 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-01-05 15:38:51 +0100 |
commit | 53d27eb2077794b3fa785576f011f9c358561d51 (patch) | |
tree | 39c5a1934461a1d9deccd8e13b8bcff569419f42 /extensions | |
parent | a1cfce768f83842defd8068a8eba5ed3eaeea255 (diff) |
Removed unnecessary tools includes.
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/dbpilots/optiongrouplayouter.cxx | 1 | ||||
-rw-r--r-- | extensions/source/plugin/inc/plugin/unx/mediator.hxx | 1 | ||||
-rw-r--r-- | extensions/source/propctrlr/eformshelper.hxx | 2 | ||||
-rw-r--r-- | extensions/source/propctrlr/pcrcommon.hxx | 1 | ||||
-rw-r--r-- | extensions/source/propctrlr/proplinelistener.hxx | 2 | ||||
-rw-r--r-- | extensions/source/propctrlr/stringdefine.hxx | 1 | ||||
-rw-r--r-- | extensions/source/xmlextract/xmxcom.hxx | 1 | ||||
-rw-r--r-- | extensions/workben/testcomponent.cxx | 1 |
8 files changed, 2 insertions, 8 deletions
diff --git a/extensions/source/dbpilots/optiongrouplayouter.cxx b/extensions/source/dbpilots/optiongrouplayouter.cxx index 03da1a8c6404..1d1a1fca0a1b 100644 --- a/extensions/source/dbpilots/optiongrouplayouter.cxx +++ b/extensions/source/dbpilots/optiongrouplayouter.cxx @@ -28,7 +28,6 @@ #include "optiongrouplayouter.hxx" #include <tools/debug.hxx> -#include <tools/string.hxx> #include <com/sun/star/awt/Size.hpp> #include <com/sun/star/awt/Point.hpp> #include <com/sun/star/container/XIndexAccess.hpp> diff --git a/extensions/source/plugin/inc/plugin/unx/mediator.hxx b/extensions/source/plugin/inc/plugin/unx/mediator.hxx index 6a0dd053c298..6e249e0c6a85 100644 --- a/extensions/source/plugin/inc/plugin/unx/mediator.hxx +++ b/extensions/source/plugin/inc/plugin/unx/mediator.hxx @@ -30,7 +30,6 @@ #include <string.h> #include <stdarg.h> -#include <tools/string.hxx> #include <tools/link.hxx> #include <osl/pipe.hxx> #include <osl/mutex.hxx> diff --git a/extensions/source/propctrlr/eformshelper.hxx b/extensions/source/propctrlr/eformshelper.hxx index ba6c3ca681e4..3d2d8d8cdd34 100644 --- a/extensions/source/propctrlr/eformshelper.hxx +++ b/extensions/source/propctrlr/eformshelper.hxx @@ -40,7 +40,7 @@ #include <com/sun/star/form/binding/XListEntrySource.hpp> /** === end UNO includes === **/ #include <osl/mutex.hxx> -#include <tools/string.hxx> +#include <rtl/ustring.hxx> #include <comphelper/listenernotification.hxx> #include <vector> diff --git a/extensions/source/propctrlr/pcrcommon.hxx b/extensions/source/propctrlr/pcrcommon.hxx index 528c88d730c9..3a96026fcfd7 100644 --- a/extensions/source/propctrlr/pcrcommon.hxx +++ b/extensions/source/propctrlr/pcrcommon.hxx @@ -38,7 +38,6 @@ #include <com/sun/star/beans/PropertyChangeEvent.hpp> /** === end UNO includes === **/ -#include <tools/string.hxx> #include <toolkit/helper/vclunohelper.hxx> #include <comphelper/listenernotification.hxx> diff --git a/extensions/source/propctrlr/proplinelistener.hxx b/extensions/source/propctrlr/proplinelistener.hxx index 79eeaee28962..4d72352cbc5b 100644 --- a/extensions/source/propctrlr/proplinelistener.hxx +++ b/extensions/source/propctrlr/proplinelistener.hxx @@ -29,7 +29,7 @@ #ifndef _EXTENSIONS_PROPCTRLR_PROPLINELISTENER_HXX_ #define _EXTENSIONS_PROPCTRLR_PROPLINELISTENER_HXX_ -#include <tools/string.hxx> +#include <rtl/ustring.hxx> //........................................................................ namespace pcr diff --git a/extensions/source/propctrlr/stringdefine.hxx b/extensions/source/propctrlr/stringdefine.hxx index e5a27caa34f8..2394c987fd3e 100644 --- a/extensions/source/propctrlr/stringdefine.hxx +++ b/extensions/source/propctrlr/stringdefine.hxx @@ -30,7 +30,6 @@ #define _EXTENSIONS_FORMSCTRLR_STRINGDEFINE_HXX_ #include <rtl/ustring.hxx> -#include <tools/string.hxx> //............................................................................ namespace pcr diff --git a/extensions/source/xmlextract/xmxcom.hxx b/extensions/source/xmlextract/xmxcom.hxx index 515a0e228b88..2afc4ebfe7fe 100644 --- a/extensions/source/xmlextract/xmxcom.hxx +++ b/extensions/source/xmlextract/xmxcom.hxx @@ -33,7 +33,6 @@ #include <rtl/ustring.hxx> #include <tools/debug.hxx> #include <tools/stream.hxx> -#include <tools/string.hxx> #include <cppuhelper/implbase1.hxx> #include <com/sun/star/uno/Reference.h> diff --git a/extensions/workben/testcomponent.cxx b/extensions/workben/testcomponent.cxx index 4212c2e681bc..a8e08e15a48a 100644 --- a/extensions/workben/testcomponent.cxx +++ b/extensions/workben/testcomponent.cxx @@ -43,7 +43,6 @@ #include <usr/services.hxx> #include <vcl/svapp.hxx> #include <usr/ustring.hxx> -#include <tools/string.hxx> #include <osl/conditn.hxx> #include <smart/com/sun/star/test/XSimpleTest.hxx> |