diff options
author | August Sodora <augsod@gmail.com> | 2011-11-06 21:34:35 -0500 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-11-08 13:38:52 +0000 |
commit | 3d7bc23e23f42b1940fe8c0d27c97af836b15842 (patch) | |
tree | dfa3173a6b972f2beb0b2fcd4eb224c321c34908 /basctl/source/inc | |
parent | 60de6b0fd293d26f6594bdc0023fe9c708639b93 (diff) |
Remove last include of tools/string.hxx in basctl
Diffstat (limited to 'basctl/source/inc')
-rw-r--r-- | basctl/source/inc/localizationmgr.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
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; |