summaryrefslogtreecommitdiff
path: root/sfx2/inc/inettbc.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-09-12 11:23:02 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-09-12 13:09:03 +0100
commitb1404ef4e54b06364977065451f3c1564d939534 (patch)
treedd21245ae25d2efe4d882a422cb27855132f98ea /sfx2/inc/inettbc.hxx
parentaf05fe65ab9f1340ccd4038c14fc91d8595207a7 (diff)
drop tools/string.hxx from a bunch of places
Change-Id: Id6d22b71f2b552ea7872e8a3da6afe207e856561
Diffstat (limited to 'sfx2/inc/inettbc.hxx')
-rw-r--r--sfx2/inc/inettbc.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/sfx2/inc/inettbc.hxx b/sfx2/inc/inettbc.hxx
index 04eb03c85b2f..5d1dc1f8b2d0 100644
--- a/sfx2/inc/inettbc.hxx
+++ b/sfx2/inc/inettbc.hxx
@@ -20,12 +20,10 @@
#ifndef _SFX_INETTBC_HXX
#define _SFX_INETTBC_HXX
-#include <tools/string.hxx>
-
-#include <vcl/combobox.hxx>
-#include <svtools/acceleratorexecute.hxx>
-
+#include <rtl/ustring.hxx>
#include <sfx2/tbxctrl.hxx>
+#include <svtools/acceleratorexecute.hxx>
+#include <vcl/combobox.hxx>
class SvtURLBox;