[Libreoffice-commits] .: Branch 'libreoffice-3-6' - sc/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Aug 30 04:00:26 PDT 2012
sc/source/filter/oox/condformatbuffer.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 132ffae17678df9c10d31dd3ae7540254a58dbf0
Author: Markus Mohrhard <markus.mohrhard at 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 )
More information about the Libreoffice-commits
mailing list