diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-08-30 02:05:20 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-08-31 15:50:13 +0200 |
commit | b20e04a76ac251f782226dcf71983666d8dbe0dd (patch) | |
tree | 8726de10c2e109328f28c543eb8fb81ac6bb488e /sc/source | |
parent | f7347f2eddb9e0b1dc1e3478e9f1efe07355067e (diff) |
also handle the cond format code for xlsb the new way, fdo#53424
Change-Id: I8d54e5fee29952635c3d4c2d5a12203668e2ff28
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/filter/oox/condformatbuffer.cxx | 1 |
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 ) |