diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-09-21 12:28:16 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-09-21 12:28:16 +0100 |
commit | 74441e736edfd20621af71de22b2e92cbc4f7f3c (patch) | |
tree | 70614b53979375d97ffe1a8411e0e5edcfa553b0 /sd | |
parent | 8c0687f2d23ef8b5e55977968720ee93282de798 (diff) |
drop various tools/string.hxx include
Change-Id: If4271c97025a56922c4f0b143cc3af214218a153
Diffstat (limited to 'sd')
-rw-r--r-- | sd/inc/CustomAnimationEffect.hxx | 1 | ||||
-rw-r--r-- | sd/inc/cusshow.hxx | 1 | ||||
-rw-r--r-- | sd/inc/sdabstdlg.hxx | 1 | ||||
-rw-r--r-- | sd/source/ui/inc/TemplateScanner.hxx | 1 | ||||
-rw-r--r-- | sd/source/ui/inc/taskpane/TitleBar.hxx | 1 | ||||
-rw-r--r-- | sd/source/ui/inc/taskpane/TitledControl.hxx | 1 | ||||
-rw-r--r-- | sd/source/ui/inc/tmplctrl.hxx | 1 | ||||
-rw-r--r-- | sd/source/ui/sidebar/MasterPageContainer.hxx | 1 |
8 files changed, 0 insertions, 8 deletions
diff --git a/sd/inc/CustomAnimationEffect.hxx b/sd/inc/CustomAnimationEffect.hxx index 3931d6236359..623794569797 100644 --- a/sd/inc/CustomAnimationEffect.hxx +++ b/sd/inc/CustomAnimationEffect.hxx @@ -25,7 +25,6 @@ #include <com/sun/star/animations/XAudio.hpp> #include <com/sun/star/drawing/XShape.hpp> #include <com/sun/star/util/XChangesListener.hpp> -#include <tools/string.hxx> #include <boost/shared_ptr.hpp> diff --git a/sd/inc/cusshow.hxx b/sd/inc/cusshow.hxx index 812936464fde..c80cb1d2a5af 100644 --- a/sd/inc/cusshow.hxx +++ b/sd/inc/cusshow.hxx @@ -22,7 +22,6 @@ #include <vector> #include <tools/stream.hxx> -#include <tools/string.hxx> #include <cppuhelper/weakref.hxx> #include "sddllapi.h" diff --git a/sd/inc/sdabstdlg.hxx b/sd/inc/sdabstdlg.hxx index e63aa0d7570f..68142c82375f 100644 --- a/sd/inc/sdabstdlg.hxx +++ b/sd/inc/sdabstdlg.hxx @@ -24,7 +24,6 @@ #include <rtl/ref.hxx> #include <rtl/string.hxx> #include <tools/solar.h> -#include <tools/string.hxx> #include <sfx2/sfxdlg.hxx> #include <com/sun/star/uno/Sequence.h> #include <com/sun/star/beans/NamedValue.hpp> diff --git a/sd/source/ui/inc/TemplateScanner.hxx b/sd/source/ui/inc/TemplateScanner.hxx index 2bc3ace2357c..a93d1b939aea 100644 --- a/sd/source/ui/inc/TemplateScanner.hxx +++ b/sd/source/ui/inc/TemplateScanner.hxx @@ -23,7 +23,6 @@ #include "tools/AsynchronousTask.hxx" #include "sddllapi.h" #include <ucbhelper/content.hxx> -#include <tools/string.hxx> #include "com/sun/star/uno/Reference.hxx" #include <vector> diff --git a/sd/source/ui/inc/taskpane/TitleBar.hxx b/sd/source/ui/inc/taskpane/TitleBar.hxx index f00ba4aecf04..c518b7e12e88 100644 --- a/sd/source/ui/inc/taskpane/TitleBar.hxx +++ b/sd/source/ui/inc/taskpane/TitleBar.hxx @@ -22,7 +22,6 @@ #include "taskpane/TaskPaneTreeNode.hxx" #include <vcl/image.hxx> -#include <tools/string.hxx> #include <vcl/window.hxx> #include <memory> diff --git a/sd/source/ui/inc/taskpane/TitledControl.hxx b/sd/source/ui/inc/taskpane/TitledControl.hxx index 4cd6896a2b53..f8d1f8fda905 100644 --- a/sd/source/ui/inc/taskpane/TitledControl.hxx +++ b/sd/source/ui/inc/taskpane/TitledControl.hxx @@ -24,7 +24,6 @@ #include "taskpane/ControlContainer.hxx" #include "TitleBar.hxx" #include <com/sun/star/drawing/framework/XResourceId.hpp> -#include <tools/string.hxx> #include <tools/gen.hxx> #include <vcl/window.hxx> #include <memory> diff --git a/sd/source/ui/inc/tmplctrl.hxx b/sd/source/ui/inc/tmplctrl.hxx index 20a79a472725..e7bda1205aec 100644 --- a/sd/source/ui/inc/tmplctrl.hxx +++ b/sd/source/ui/inc/tmplctrl.hxx @@ -20,7 +20,6 @@ #define _SD_TMPLCTRL_HXX #include <sfx2/stbitem.hxx> -#include <tools/string.hxx> class SdTemplateControl : public SfxStatusBarControl { diff --git a/sd/source/ui/sidebar/MasterPageContainer.hxx b/sd/source/ui/sidebar/MasterPageContainer.hxx index 762b52cc9b33..007dcedcb2ee 100644 --- a/sd/source/ui/sidebar/MasterPageContainer.hxx +++ b/sd/source/ui/sidebar/MasterPageContainer.hxx @@ -23,7 +23,6 @@ #include "MasterPageContainerProviders.hxx" #include <osl/mutex.hxx> -#include <tools/string.hxx> #include <vcl/image.hxx> #include <memory> #include "PreviewRenderer.hxx" |