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

New commits:
commit 79156011a5fb4383a6b61aa0590d52c24ad6b154
Author: Markus Mohrhard <markus.mohrh...@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.behr...@cib.de>
    Reviewed-by: Katarina Behrens <katarina.behr...@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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to