summaryrefslogtreecommitdiff
path: root/basctl/source
diff options
context:
space:
mode:
authorAugust Sodora <augsod@gmail.com>2011-11-06 21:34:35 -0500
committerCaolán McNamara <caolanm@redhat.com>2011-11-08 13:38:52 +0000
commit3d7bc23e23f42b1940fe8c0d27c97af836b15842 (patch)
treedfa3173a6b972f2beb0b2fcd4eb224c321c34908 /basctl/source
parent60de6b0fd293d26f6594bdc0023fe9c708639b93 (diff)
Remove last include of tools/string.hxx in basctl
Diffstat (limited to 'basctl/source')
-rw-r--r--basctl/source/basicide/iderdll2.hxx1
-rw-r--r--basctl/source/inc/localizationmgr.hxx3
2 files changed, 1 insertions, 3 deletions
diff --git a/basctl/source/basicide/iderdll2.hxx b/basctl/source/basicide/iderdll2.hxx
index 00456cb7a9d6..facacc41b5f2 100644
--- a/basctl/source/basicide/iderdll2.hxx
+++ b/basctl/source/basicide/iderdll2.hxx
@@ -33,7 +33,6 @@ class StarBASIC;
class SvxSearchItem;
class Accelerator;
-#include <tools/string.hxx>
#include <tools/gen.hxx>
#include <tools/link.hxx>
diff --git a/basctl/source/inc/localizationmgr.hxx b/basctl/source/inc/localizationmgr.hxx
index 382cab784c87..6942b8e8acd7 100644
--- a/basctl/source/inc/localizationmgr.hxx
+++ b/basctl/source/inc/localizationmgr.hxx
@@ -32,7 +32,6 @@
#include "scriptdocument.hxx"
#include <com/sun/star/resource/XStringResourceManager.hpp>
-#include <tools/string.hxx>
class BasicIDEShell;
class DlgEditor;
@@ -45,7 +44,7 @@ class LocalizationMgr
BasicIDEShell* m_pIDEShell;
ScriptDocument m_aDocument;
- String m_aLibName;
+ ::rtl::OUString m_aLibName;
::com::sun::star::lang::Locale m_aLocaleBeforeBasicStart;