summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-16 09:59:17 +0200
committerNoel Grandin <noel@peralex.com>2016-08-17 08:45:15 +0200
commita49eeecd2372c620caa66428acaf27ebc7d70e92 (patch)
treece9b6ec88766662272f517710a62a831b02592a8 /filter
parentde47ae4f7e409d2e341829a044d8f721377e2663 (diff)
convert SvxInterLineSpaceRule to scoped enum
and rename it to be more explicit Change-Id: I3f8bd7928495dba1e94b785cdda06d9819ee66bf
Diffstat (limited to 'filter')
-rw-r--r--filter/source/msfilter/svdfppt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/msfilter/svdfppt.cxx b/filter/source/msfilter/svdfppt.cxx
index f5493623bdfc..868727bb03f8 100644
--- a/filter/source/msfilter/svdfppt.cxx
+++ b/filter/source/msfilter/svdfppt.cxx
@@ -6267,7 +6267,7 @@ void PPTParagraphObj::ApplyTo( SfxItemSet& rSet, boost::optional< sal_Int16 >&
if ( nVal2 <= 0 ) {
aItem.SetLineHeight( (sal_uInt16)( rManager.ScalePoint( -nVal2 ) / 8 ) );
aItem.GetLineSpaceRule() = SVX_LINE_SPACE_FIX;
- aItem.GetInterLineSpaceRule() = SVX_INTER_LINE_SPACE_OFF;
+ aItem.SetInterLineSpaceRule(SvxInterLineSpaceRule::Off);
} else
{
sal_uInt8 nPropLineSpace = (sal_uInt8)nVal2;