diff options
author | Mikhail Voytenko <mav@openoffice.org> | 2011-01-12 11:34:50 +0100 |
---|---|---|
committer | Mikhail Voytenko <mav@openoffice.org> | 2011-01-12 11:34:50 +0100 |
commit | 2b42b8533640fc34709c8d702d0b0448489ed73f (patch) | |
tree | f93556e25d37f17854c841ad112231f4864e5acf /automation/source/app/testbasi.hxx | |
parent | e7ee592b13a604da92164d008a3941ef8329f16e (diff) |
removetooltypes01: #i112600# remove tooltypes from automation
Diffstat (limited to 'automation/source/app/testbasi.hxx')
-rw-r--r-- | automation/source/app/testbasi.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/automation/source/app/testbasi.hxx b/automation/source/app/testbasi.hxx index 882b697f1cf3..e649dab0950b 100644 --- a/automation/source/app/testbasi.hxx +++ b/automation/source/app/testbasi.hxx @@ -44,7 +44,7 @@ public: TYPEINFO(); TTBasic(); ~TTBasic(); - BOOL Compile( SbModule* ); + sal_Bool Compile( SbModule* ); static MyBasic* CreateMyBasic(); // nicht mit #ifdefs klammern, da diese Headerdatei fr testtool und basic @@ -53,10 +53,10 @@ public: // SbxObject *pTestObject; // fr das Testtool; ansonsten NULL void LoadIniFile(); - SbTextType GetSymbolType( const String &Symbol, BOOL bWasTTControl ); // Besimmt den erweiterten Symboltyp fr das Syntaxhighlighting + SbTextType GetSymbolType( const String &Symbol, sal_Bool bWasTTControl ); // Besimmt den erweiterten Symboltyp fr das Syntaxhighlighting virtual const String GetSpechialErrorText(); virtual void ReportRuntimeError( AppBasEd *pEditWin ); - virtual void DebugFindNoErrors( BOOL bDebugFindNoErrors ); + virtual void DebugFindNoErrors( sal_Bool bDebugFindNoErrors ); }; SV_DECL_IMPL_REF(TTBasic) |