diff options
author | Eike Rathke <erack@erack.de> | 2011-08-10 01:32:41 +0200 |
---|---|---|
committer | Eike Rathke <erack@erack.de> | 2011-08-10 01:32:41 +0200 |
commit | ea4470cbaca80a3d3f5816434918dc99cd989d8d (patch) | |
tree | 3b10b0ab9d73d6fc920a523e1ab9116c685191e0 /xmloff | |
parent | 5eb0b845a1fa9f120199bad64b7f705e8c3d105c (diff) |
Number formatter sal_Bool -> bool clean-up and cosmetics
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/style/xmlnumfe.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/xmlnumfe.cxx b/xmloff/source/style/xmlnumfe.cxx index 77d2bb1e31db..a0246c75526b 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; - sal_Bool bThousand = sal_False; + bool bThousand = sal_False; sal_uInt16 nPrecision = 0; sal_uInt16 nLeading = 0; rFormat.GetNumForInfo( nPart, nFmtType, bThousand, nPrecision, nLeading); |