sc/source/filter/oox/condformatbuffer.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 132ffae17678df9c10d31dd3ae7540254a58dbf0
Author: Markus Mohrhard <markus.mohrh...@googlemail.com>
Date:   Thu Aug 30 02:05:20 2012 +0200

    also handle the cond format code for xlsb the new way, fdo#53424
    
    Change-Id: I8d54e5fee29952635c3d4c2d5a12203668e2ff28

diff --git a/sc/source/filter/oox/condformatbuffer.cxx 
b/sc/source/filter/oox/condformatbuffer.cxx
index b110df2..8315793 100644
--- a/sc/source/filter/oox/condformatbuffer.cxx
+++ b/sc/source/filter/oox/condformatbuffer.cxx
@@ -877,6 +877,7 @@ void CondFormat::importCondFormatting( SequenceInputStream& 
rStrm )
     rStrm.skip( 8 );
     rStrm >> aRanges;
     getAddressConverter().convertToCellRangeList( maModel.maRanges, aRanges, 
getSheetIndex(), true );
+    mpFormat = new ScConditionalFormat(0, &getScDocument());
 }
 
 void CondFormat::importCfRule( SequenceInputStream& rStrm )
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to