diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-10-07 23:26:50 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-10-07 22:44:33 +0000 |
commit | 2e6feddc53830406fa04b4a0aea49bb8438dc702 (patch) | |
tree | 90da6e513aed4f123b66abdab094bc632d7f4af8 /sc | |
parent | f3dfab0c23bde81a00fa2f16cf4d96c8809e5045 (diff) |
3stars iconset not exported to OOXML, tdf#94850
Change-Id: I983406a9eae2c975de0bb57894b89819445e8bec
Reviewed-on: https://gerrit.libreoffice.org/19238
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/excel/xeextlst.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/filter/excel/xeextlst.cxx b/sc/source/filter/excel/xeextlst.cxx index b6c781891dda..79bf5236c418 100644 --- a/sc/source/filter/excel/xeextlst.cxx +++ b/sc/source/filter/excel/xeextlst.cxx @@ -321,6 +321,7 @@ XclExpExtConditionalFormatting::XclExpExtConditionalFormatting( const XclExpRoot case IconSet_3Smilies: case IconSet_3ColorSmilies: case IconSet_5Boxes: + case IconSet_3Stars: bNeedsExt = true; break; default: |