sc/source/filter/oox/sheetdatabuffer.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 167cb85eb8e904cd79525fd589c0e66e47c1564d
Author: Ursache Vladimir <ursa...@collabora.co.uk>
Date:   Tue Feb 10 22:55:42 2015 +0200

    tdf#68117 Partially fix boolean labels in XLSX
    
    Change-Id: I731a58c7749e157f6b40c60808687ce629683742
    Reviewed-on: https://gerrit.libreoffice.org/14410
    Reviewed-by: Markus Mohrhard <markus.mohrh...@googlemail.com>
    Tested-by: Markus Mohrhard <markus.mohrh...@googlemail.com>

diff --git a/sc/source/filter/oox/sheetdatabuffer.cxx 
b/sc/source/filter/oox/sheetdatabuffer.cxx
index 3adfc57..d27061c 100644
--- a/sc/source/filter/oox/sheetdatabuffer.cxx
+++ b/sc/source/filter/oox/sheetdatabuffer.cxx
@@ -192,7 +192,7 @@ void SheetDataBuffer::setBooleanCell( const CellModel& 
rModel, bool bValue )
         rModel.maCellAddr, bValue ? OUString("TRUE()") : OUString("FALSE()"));
 
     // #108770# set 'Standard' number format for all Boolean cells
-    setCellFormat( rModel, 0 );
+    setCellFormat( rModel );
 }
 
 void SheetDataBuffer::setErrorCell( const CellModel& rModel, const OUString& 
rErrorCode )
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to