diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-10-20 15:15:42 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-10-20 19:00:36 +0100 |
commit | 45e366eadbba69140214a8e745a1d3ce3e4e8337 (patch) | |
tree | cf01cfc9006789d7effb61ae140028829fc879c6 /fpicker/source | |
parent | 8bb4b18127cdc6259ecd65ec0f28d27d0513cb26 (diff) |
drop unnecessary tools/string includes
Change-Id: I4278999b9b7d184c26036bbe9e3b98420f461e8c
Diffstat (limited to 'fpicker/source')
-rw-r--r-- | fpicker/source/aqua/resourceprovider.mm | 1 | ||||
-rw-r--r-- | fpicker/source/office/asyncfilepicker.hxx | 1 | ||||
-rw-r--r-- | fpicker/source/office/iodlgimp.hxx | 1 | ||||
-rw-r--r-- | fpicker/source/office/pickercallbacks.hxx | 2 |
4 files changed, 1 insertions, 4 deletions
diff --git a/fpicker/source/aqua/resourceprovider.mm b/fpicker/source/aqua/resourceprovider.mm index 1b64ffc43253..f0a1df8fef78 100644 --- a/fpicker/source/aqua/resourceprovider.mm +++ b/fpicker/source/aqua/resourceprovider.mm @@ -23,7 +23,6 @@ #include <vcl/fpicker.hrc> #include <vcl/svapp.hxx> #include <tools/resmgr.hxx> -#include <tools/string.hxx> #include <com/sun/star/ui/dialogs/CommonFilePickerElementIds.hpp> #include <com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.hpp> diff --git a/fpicker/source/office/asyncfilepicker.hxx b/fpicker/source/office/asyncfilepicker.hxx index d49bf454329b..f595c0b916bd 100644 --- a/fpicker/source/office/asyncfilepicker.hxx +++ b/fpicker/source/office/asyncfilepicker.hxx @@ -21,7 +21,6 @@ #define SVTOOLS_SOURCE_FILEPICKER_ASYNCFILEPICKER_HXX #include <tools/link.hxx> -#include <tools/string.hxx> #include <rtl/ref.hxx> #include <rtl/ustring.hxx> #include <com/sun/star/uno/Sequence.h> diff --git a/fpicker/source/office/iodlgimp.hxx b/fpicker/source/office/iodlgimp.hxx index a7809844b7f3..b024581c29e5 100644 --- a/fpicker/source/office/iodlgimp.hxx +++ b/fpicker/source/office/iodlgimp.hxx @@ -21,7 +21,6 @@ #include <PlacesListBox.hxx> -#include <tools/string.hxx> #include <vcl/fixed.hxx> #include <vcl/lstbox.hxx> #include <vcl/menubtn.hxx> diff --git a/fpicker/source/office/pickercallbacks.hxx b/fpicker/source/office/pickercallbacks.hxx index 32bef9252f9f..e8c19f5565f0 100644 --- a/fpicker/source/office/pickercallbacks.hxx +++ b/fpicker/source/office/pickercallbacks.hxx @@ -20,8 +20,8 @@ #ifndef SVTOOLS_PICKER_CALLBACKS_HXX #define SVTOOLS_PICKER_CALLBACKS_HXX -#include <tools/string.hxx> #include <sal/types.h> +#include <rtl/ustring.hxx> class Control; |