From 7e9eda006be9a1af14a8e8a6cb4a20cf2171de13 Mon Sep 17 00:00:00 2001 From: mikew Date: Fri, 25 Nov 2011 10:22:17 -0800 Subject: Fixed spelling: Spechial -> Special --- automation/source/app/testbasi.cxx | 2 +- automation/source/app/testbasi.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'automation') diff --git a/automation/source/app/testbasi.cxx b/automation/source/app/testbasi.cxx index 87ecf3e72045..c7a28d6c961b 100644 --- a/automation/source/app/testbasi.cxx +++ b/automation/source/app/testbasi.cxx @@ -114,7 +114,7 @@ sal_Bool TTBasic::Compile( SbModule* p ) return MyBasic::Compile( p ); } -const String TTBasic::GetSpechialErrorText() +const String TTBasic::GetSpecialErrorText() { String nErrorText; if ( pTestObject && IS_ERROR() && GetErrorCode() == GET_ERROR()->nError ) diff --git a/automation/source/app/testbasi.hxx b/automation/source/app/testbasi.hxx index c21f2d5ef4f7..4f90d0772ea9 100644 --- a/automation/source/app/testbasi.hxx +++ b/automation/source/app/testbasi.hxx @@ -55,7 +55,7 @@ public: void LoadIniFile(); SbTextType GetSymbolType( const String &Symbol, sal_Bool bWasTTControl ); - virtual const String GetSpechialErrorText(); + virtual const String GetSpecialErrorText(); virtual void ReportRuntimeError( AppBasEd *pEditWin ); virtual void DebugFindNoErrors( sal_Bool bDebugFindNoErrors ); }; -- cgit