[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - sc/source

Markus Mohrhard markus.mohrhard at collabora.co.uk
Sat Apr 4 06:37:35 PDT 2015


 sc/source/filter/oox/stylesbuffer.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 79156011a5fb4383a6b61aa0590d52c24ad6b154
Author: Markus Mohrhard <markus.mohrhard at collabora.co.uk>
Date:   Fri Mar 27 19:11:35 2015 +0100

    we need to use the edit engine attibute id for rich text, tdf#89170
    
    Conflicts:
    	sc/source/filter/oox/stylesbuffer.cxx
    
    Change-Id: I8489b0341709d44bc62e5ddef49fe232998f3c80
    Reviewed-on: https://gerrit.libreoffice.org/15032
    Tested-by: Katarina Behrens <Katarina.Behrens at cib.de>
    Reviewed-by: Katarina Behrens <Katarina.Behrens at cib.de>

diff --git a/sc/source/filter/oox/stylesbuffer.cxx b/sc/source/filter/oox/stylesbuffer.cxx
index 498241f..affed90 100644
--- a/sc/source/filter/oox/stylesbuffer.cxx
+++ b/sc/source/filter/oox/stylesbuffer.cxx
@@ -982,7 +982,7 @@ void Font::fillToItemSet( SfxItemSet& rItemSet, FontPropertyType ePropType, bool
     // strike out style
     if( maUsedFlags.mbStrikeoutUsed )
     {
-        ScfTools::PutItem( rItemSet, SvxCrossedOutItem( maModel.mbStrikeout ? STRIKEOUT_SINGLE : STRIKEOUT_NONE, bEdit ? EE_CHAR_STRIKEOUT : ATTR_FONT_CROSSEDOUT ), ATTR_FONT_CROSSEDOUT, bSkipPoolDefs );
+        ScfTools::PutItem( rItemSet, SvxCrossedOutItem( maModel.mbStrikeout ? STRIKEOUT_SINGLE : STRIKEOUT_NONE, bEdit ? EE_CHAR_STRIKEOUT : ATTR_FONT_CROSSEDOUT ), bEdit ? EE_CHAR_STRIKEOUT : ATTR_FONT_CROSSEDOUT, bSkipPoolDefs );
     }
 
     // outline style


More information about the Libreoffice-commits mailing list