diff options
Diffstat (limited to 'sc')
-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 ) |