summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-08-30 02:05:20 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-08-31 15:50:13 +0200
commitb20e04a76ac251f782226dcf71983666d8dbe0dd (patch)
tree8726de10c2e109328f28c543eb8fb81ac6bb488e /sc
parentf7347f2eddb9e0b1dc1e3478e9f1efe07355067e (diff)
also handle the cond format code for xlsb the new way, fdo#53424
Change-Id: I8d54e5fee29952635c3d4c2d5a12203668e2ff28
Diffstat (limited to 'sc')
-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 702dffb6ef15..105dc06658a3 100644
--- a/sc/source/filter/oox/condformatbuffer.cxx
+++ b/sc/source/filter/oox/condformatbuffer.cxx
@@ -880,6 +880,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 )