summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-08-30 02:05:20 +0200
committerNoel Power <noel.power@suse.com>2012-08-30 11:59:52 +0100
commit132ffae17678df9c10d31dd3ae7540254a58dbf0 (patch)
tree24d98d018b7bf4f86a3998fa7f7ade66554d81b5
parent5b43272845878243ce94c1170776ec87c19ad6fd (diff)
also handle the cond format code for xlsb the new way, fdo#53424
Change-Id: I8d54e5fee29952635c3d4c2d5a12203668e2ff28
-rw-r--r--sc/source/filter/oox/condformatbuffer.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/filter/oox/condformatbuffer.cxx b/sc/source/filter/oox/condformatbuffer.cxx
index b110df2b92f8..8315793eb5c4 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 )