[Libreoffice-commits] core.git: sc/source

Markus Mohrhard markus.mohrhard at googlemail.com
Wed Oct 7 15:44:53 PDT 2015


 sc/source/filter/excel/xeextlst.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 2e6feddc53830406fa04b4a0aea49bb8438dc702
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Wed Oct 7 23:26:50 2015 +0200

    3stars iconset not exported to OOXML, tdf#94850
    
    Change-Id: I983406a9eae2c975de0bb57894b89819445e8bec
    Reviewed-on: https://gerrit.libreoffice.org/19238
    Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
    Tested-by: Markus Mohrhard <markus.mohrhard at googlemail.com>

diff --git a/sc/source/filter/excel/xeextlst.cxx b/sc/source/filter/excel/xeextlst.cxx
index b6c7818..79bf523 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:


More information about the Libreoffice-commits mailing list