summaryrefslogtreecommitdiff
path: root/basic/inc
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-08-21 22:54:26 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-08-21 22:59:16 +0900
commit2efc59c9b6174e9b4b148a1c12dc8c5aac11865f (patch)
treee4373b57a438af2b047dc437c516930a9a14cce9 /basic/inc
parentc2ead1e76ee63091bc00112e9b453b86487c2181 (diff)
sal_Bool to bool
Change-Id: I38141187c4f0809343a93c5765c0773d2321968a
Diffstat (limited to 'basic/inc')
-rw-r--r--basic/inc/basic/sbstar.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/inc/basic/sbstar.hxx b/basic/inc/basic/sbstar.hxx
index 6a75304ee9f2..68765f4c79f8 100644
--- a/basic/inc/basic/sbstar.hxx
+++ b/basic/inc/basic/sbstar.hxx
@@ -148,7 +148,7 @@ public:
static void MakeErrorText( SbError, const ::rtl::OUString& aMsg );
static const String& GetErrorText();
static SbError GetErrorCode();
- static sal_Bool IsCompilerError();
+ static bool IsCompilerError();
static sal_uInt16 GetVBErrorCode( SbError nError );
static SbError GetSfxFromVBError( sal_uInt16 nError );
sal_Bool IsBreak() const { return bBreak; }