summaryrefslogtreecommitdiff
path: root/basic/source/inc/codegen.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-08-03 10:28:32 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-08-03 10:29:31 +0900
commit621145a777ec6ac918bd822bfc4ece1f75900bb1 (patch)
tree6e45ab4e31167f8b1f3bd851c56fddcad1eb99a4 /basic/source/inc/codegen.hxx
parentad99d4eeb60d4d18a93fcc78973b5f5dd20c0fbb (diff)
sal_Bool -> bool
Change-Id: I49749f327d6a9c3661ef9bd684647e0a45b9203a
Diffstat (limited to 'basic/source/inc/codegen.hxx')
-rw-r--r--basic/source/inc/codegen.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/inc/codegen.hxx b/basic/source/inc/codegen.hxx
index f1ef5a7d62c2..246ff167ce79 100644
--- a/basic/source/inc/codegen.hxx
+++ b/basic/source/inc/codegen.hxx
@@ -31,7 +31,7 @@ class SbiCodeGen {
SbiBuffer aCode;
short nLine, nCol; // for stmnt command
short nForLevel; // #29955
- sal_Bool bStmnt; // sal_True: statement-opcode is pending
+ bool bStmnt; // true: statement-opcode is pending
public:
SbiCodeGen( SbModule&, SbiParser*, short );
SbiParser* GetParser() { return pParser; }