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 /drawinglayer | |
parent | 8bb4b18127cdc6259ecd65ec0f28d27d0513cb26 (diff) |
drop unnecessary tools/string includes
Change-Id: I4278999b9b7d184c26036bbe9e3b98420f461e8c
Diffstat (limited to 'drawinglayer')
-rw-r--r-- | drawinglayer/inc/pch/precompiled_drawinglayer.hxx | 1 | ||||
-rw-r--r-- | drawinglayer/source/attribute/fontattribute.cxx | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/drawinglayer/inc/pch/precompiled_drawinglayer.hxx b/drawinglayer/inc/pch/precompiled_drawinglayer.hxx index e316a1af5ed6..48752972d33b 100644 --- a/drawinglayer/inc/pch/precompiled_drawinglayer.hxx +++ b/drawinglayer/inc/pch/precompiled_drawinglayer.hxx @@ -101,7 +101,6 @@ #include <tools/diagnose_ex.h> #include <tools/gen.hxx> #include <tools/stream.hxx> -#include <tools/string.hxx> #include <uno/environment.h> #include <vcl/animate.hxx> #include <vcl/bitmapex.hxx> diff --git a/drawinglayer/source/attribute/fontattribute.cxx b/drawinglayer/source/attribute/fontattribute.cxx index 3a380682e878..16f178518c3b 100644 --- a/drawinglayer/source/attribute/fontattribute.cxx +++ b/drawinglayer/source/attribute/fontattribute.cxx @@ -19,7 +19,7 @@ #include <drawinglayer/attribute/fontattribute.hxx> #include <rtl/instance.hxx> -#include <tools/string.hxx> +#include <rtl/ustring.hxx> ////////////////////////////////////////////////////////////////////////////// |