Remove last include of tools/string.hxx in basctl

This commit is contained in:
August Sodora
2011-11-06 21:34:35 -05:00
committed by Caolán McNamara
parent 60de6b0fd2
commit 3d7bc23e23
2 changed files with 1 additions and 3 deletions

View File

@@ -33,7 +33,6 @@ class StarBASIC;
class SvxSearchItem;
class Accelerator;
#include <tools/string.hxx>
#include <tools/gen.hxx>
#include <tools/link.hxx>

View File

@@ -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;