summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorMarcel Metz <mmetz@adrian-broher.net>2012-01-03 15:13:13 +0100
committerLuboš Luňák <l.lunak@suse.cz>2012-01-05 15:38:51 +0100
commit53d27eb2077794b3fa785576f011f9c358561d51 (patch)
tree39c5a1934461a1d9deccd8e13b8bcff569419f42 /basic
parenta1cfce768f83842defd8068a8eba5ed3eaeea255 (diff)
Removed unnecessary tools includes.
Diffstat (limited to 'basic')
-rw-r--r--basic/source/sbx/sbxres.cxx2
-rw-r--r--basic/source/sbx/sbxres.hxx2
2 files changed, 3 insertions, 1 deletions
diff --git a/basic/source/sbx/sbxres.cxx b/basic/source/sbx/sbxres.cxx
index 84bb6024943e..1648bca44e0f 100644
--- a/basic/source/sbx/sbxres.cxx
+++ b/basic/source/sbx/sbxres.cxx
@@ -29,6 +29,8 @@
#include "sbxres.hxx"
+#include <rtl/ustring.hxx>
+
static const char* pSbxRes[] = {
"Empty",
"Null",
diff --git a/basic/source/sbx/sbxres.hxx b/basic/source/sbx/sbxres.hxx
index c50b197a4e88..08396f5511ad 100644
--- a/basic/source/sbx/sbxres.hxx
+++ b/basic/source/sbx/sbxres.hxx
@@ -29,7 +29,7 @@
#ifndef _SBXRES_HXX
#define _SBXRES_HXX
-#include <tools/string.hxx>
+#include <rtl/ustring.hxx>
// Currently there are no resources provided in the SVTOOLS-Project.
// Because it is non-critical resources (BASIC-Keywords),