summaryrefslogtreecommitdiff
path: root/idlc/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-09-25 14:37:06 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-09-26 13:31:44 +0200
commit20b77f616a6f38b078901bc404feea600d7d4975 (patch)
treebc5d80a3d35c14fe85c6a887a0d975dba7dd9fac /idlc/inc
parent4f07689050ffdffb473daa7217728ac79f1785d3 (diff)
sal_Bool -> bool
Change-Id: I4fd6d247fdc0333ccdace4ebfa947c8d02e559bc
Diffstat (limited to 'idlc/inc')
-rw-r--r--idlc/inc/idlc/astexpression.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/inc/idlc/astexpression.hxx b/idlc/inc/idlc/astexpression.hxx
index 865eeb2cddc5..80b4ea02786d 100644
--- a/idlc/inc/idlc/astexpression.hxx
+++ b/idlc/inc/idlc/astexpression.hxx
@@ -81,7 +81,7 @@ struct AstExprValue
sal_uInt32 ulval; // Contains unsigned long expr value
sal_Int64 hval; // Contains hyper expression value
sal_uInt64 uhval; // Contains unsigned hyper expr value
- sal_Bool bval; // Contains boolean expression value
+ bool bval; // Contains boolean expression value
float fval; // Contains 32-bit float expr value
double dval; // Contains 64-bit float expr value
sal_uInt32 eval; // Contains enumeration value