diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-09-12 11:23:02 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-09-12 13:09:03 +0100 |
commit | b1404ef4e54b06364977065451f3c1564d939534 (patch) | |
tree | dd21245ae25d2efe4d882a422cb27855132f98ea /sfx2/inc/bluthsndapi.hxx | |
parent | af05fe65ab9f1340ccd4038c14fc91d8595207a7 (diff) |
drop tools/string.hxx from a bunch of places
Change-Id: Id6d22b71f2b552ea7872e8a3da6afe207e856561
Diffstat (limited to 'sfx2/inc/bluthsndapi.hxx')
-rw-r--r-- | sfx2/inc/bluthsndapi.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/inc/bluthsndapi.hxx b/sfx2/inc/bluthsndapi.hxx index 202c5795fd07..abd9e42e2515 100644 --- a/sfx2/inc/bluthsndapi.hxx +++ b/sfx2/inc/bluthsndapi.hxx @@ -13,8 +13,8 @@ #include <vector> #include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/frame/XModel.hpp> -#include "tools/link.hxx" -#include <tools/string.hxx> +#include <rtl/ustring.hxx> +#include <tools/link.hxx> #include "sfx2/dllapi.h" #include "mailmodelapi.hxx" |