diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-13 15:29:40 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-14 14:15:20 +0200 |
commit | 6c5c56848cd8de45fd016d2ba102e1e3db3ae643 (patch) | |
tree | cbf34566a6223c2666cd3b9588b23097c076bc6d /sc | |
parent | c6d99137824101199c8bc1300ef927529539aace (diff) |
sal_Bool->bool
Change-Id: I33f17c16a4d44a68b535fad370fba24f68df6317
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/inc/acredlin.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/inc/acredlin.hxx b/sc/source/ui/inc/acredlin.hxx index 941d6502d691..c32f3a848a3a 100644 --- a/sc/source/ui/inc/acredlin.hxx +++ b/sc/source/ui/inc/acredlin.hxx @@ -81,10 +81,10 @@ public: SCTAB nTable; SCCOL nCol; SCROW nRow; - sal_uLong nActionNo; - sal_uLong nInfo; - sal_Bool bIsRejectable; - sal_Bool bIsAcceptable; + sal_uLong nActionNo; + sal_uLong nInfo; + bool bIsRejectable; + bool bIsAcceptable; }; typedef long LExpNum; |