summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/tokstack.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-12 15:32:20 +0200
committerNoel Grandin <noel@peralex.com>2014-02-14 14:15:12 +0200
commit28b3ae18151529d79531e029835b8c7bdeee5787 (patch)
tree9d5abef12484002da4e35634d01fcef402a94ef3 /sc/source/filter/excel/tokstack.cxx
parent9eb55c2b32ecfa04ced90105bf43e5d1e9fc609c (diff)
sal_Bool->bool
Change-Id: I7245861259a620bb273d88721eeed1090d69d622
Diffstat (limited to 'sc/source/filter/excel/tokstack.cxx')
-rw-r--r--sc/source/filter/excel/tokstack.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/excel/tokstack.cxx b/sc/source/filter/excel/tokstack.cxx
index aec31a924b42..1dbd49c9adfe 100644
--- a/sc/source/filter/excel/tokstack.cxx
+++ b/sc/source/filter/excel/tokstack.cxx
@@ -919,7 +919,7 @@ void TokenPool::Reset( void )
}
-sal_Bool TokenPool::IsSingleOp( const TokenId& rId, const DefTokenId eId ) const
+bool TokenPool::IsSingleOp( const TokenId& rId, const DefTokenId eId ) const
{
sal_uInt16 nId = (sal_uInt16) rId;
if( nId && nId <= nElementAkt )