summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2015-03-27 19:11:35 +0100
committerAndras Timar <andras.timar@collabora.com>2015-04-14 14:40:16 +0200
commitd83acfae50db00c91bfbec567f249edb0309d52f (patch)
tree3d5e9e5be85439615eaa1a08f2c4284a5efa5192 /sc
parent1da9e017e8304ce78030e9c7b2d4656da4b58da4 (diff)
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@cib.de> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/oox/stylesbuffer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/oox/stylesbuffer.cxx b/sc/source/filter/oox/stylesbuffer.cxx
index 498241f1f7c7..affed9070063 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