diff options
Diffstat (limited to 'automation')
-rw-r--r-- | automation/source/app/testbasi.cxx | 2 | ||||
-rw-r--r-- | automation/source/app/testbasi.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
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 ); }; |