[Libreoffice-commits] .: xmloff/source

Eike Rathke erack at kemper.freedesktop.org
Tue Aug 9 17:26:40 PDT 2011


 xmloff/source/style/xmlnumfe.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f0935404ed978b8b004f126ea54965eb61305367
Author: Eike Rathke <erack at erack.de>
Date:   Wed Aug 10 02:24:54 2011 +0200

    bool => false

diff --git a/xmloff/source/style/xmlnumfe.cxx b/xmloff/source/style/xmlnumfe.cxx
index a0246c7..f699855 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);


More information about the Libreoffice-commits mailing list