summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorEike Rathke <erack@erack.de>2011-08-10 02:24:54 +0200
committerEike Rathke <erack@erack.de>2011-08-10 02:26:26 +0200
commitf0935404ed978b8b004f126ea54965eb61305367 (patch)
tree65a26940cf3618e8e1faa401a4562c56ea362ef1 /xmloff
parent38dcd6a3b3fdaf3efcdf33f464f282e1f0673ffd (diff)
bool => false
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/style/xmlnumfe.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/xmlnumfe.cxx b/xmloff/source/style/xmlnumfe.cxx
index a0246c75526b..f6998557ba2d 100644
--- a/xmloff/source/style/xmlnumfe.cxx
+++ b/xmloff/source/style/xmlnumfe.cxx
@@ -963,7 +963,7 @@ void SvXMLNumFmtExport::ExportPart_Impl( const SvNumberformat& rFormat, sal_uInt
NfIndexTableOffset eBuiltIn = pFormatter->GetIndexTableOffset( nKey );
short nFmtType = 0;
- bool bThousand = sal_False;
+ bool bThousand = false;
sal_uInt16 nPrecision = 0;
sal_uInt16 nLeading = 0;
rFormat.GetNumForInfo( nPart, nFmtType, bThousand, nPrecision, nLeading);