summaryrefslogtreecommitdiff
path: root/basic/source/sbx/sbxconv.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-09-04 18:42:23 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-09-05 10:40:17 +0900
commitcfa6f852429f96cf5bf5e9f7c03a9dacd320f4ba (patch)
tree41bde53018f16237e7fe67d9a1a49a2856f4dbd8 /basic/source/sbx/sbxconv.hxx
parent1146b889325fd01f24c6aacf557d3940dd147936 (diff)
sal_Bool to bool
Change-Id: Iebed1c159606ab695b049032da5a3509e468fb91
Diffstat (limited to 'basic/source/sbx/sbxconv.hxx')
-rw-r--r--basic/source/sbx/sbxconv.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/basic/source/sbx/sbxconv.hxx b/basic/source/sbx/sbxconv.hxx
index e97338d5e826..4b369ce70768 100644
--- a/basic/source/sbx/sbxconv.hxx
+++ b/basic/source/sbx/sbxconv.hxx
@@ -25,13 +25,13 @@
class SbxArray;
// SBXSCAN.CXX
-extern void ImpCvtNum( double nNum, short nPrec, ::rtl::OUString& rRes, sal_Bool bCoreString=sal_False );
+extern void ImpCvtNum( double nNum, short nPrec, ::rtl::OUString& rRes, bool bCoreString=false );
extern SbxError ImpScan
( const ::rtl::OUString& rSrc, double& nVal, SbxDataType& rType, sal_uInt16* pLen,
- sal_Bool bAllowIntntl=sal_False, sal_Bool bOnlyIntntl=sal_False );
+ bool bAllowIntntl=false, bool bOnlyIntntl=false );
// with advanced evaluation (International, "TRUE"/"FALSE")
-extern sal_Bool ImpConvStringExt( ::rtl::OUString& rSrc, SbxDataType eTargetType );
+extern bool ImpConvStringExt( ::rtl::OUString& rSrc, SbxDataType eTargetType );
void ImpGetIntntlSep( sal_Unicode& rcDecimalSep, sal_Unicode& rcThousandSep );
@@ -64,7 +64,7 @@ void ImpPutSingle( SbxValues*, float );
// SBXDBL.CXX
double ImpGetDouble( const SbxValues* );
-void ImpPutDouble( SbxValues*, double, sal_Bool bCoreString=sal_False );
+void ImpPutDouble( SbxValues*, double, bool bCoreString=false );
// SBXCURR.CXX