summaryrefslogtreecommitdiff
path: root/forms
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 /forms
parentde47ae4f7e409d2e341829a044d8f721377e2663 (diff)
convert SvxInterLineSpaceRule to scoped enum
and rename it to be more explicit Change-Id: I3f8bd7928495dba1e94b785cdda06d9819ee66bf
Diffstat (limited to 'forms')
-rw-r--r--forms/source/richtext/rtattributehandler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/richtext/rtattributehandler.cxx b/forms/source/richtext/rtattributehandler.cxx
index 37037fc182a2..cc0f4886335d 100644
--- a/forms/source/richtext/rtattributehandler.cxx
+++ b/forms/source/richtext/rtattributehandler.cxx
@@ -228,7 +228,7 @@ namespace frm
SvxLineSpacingItem aLineSpacing( m_nLineSpace, getWhich() );
aLineSpacing.GetLineSpaceRule() = SVX_LINE_SPACE_AUTO;
if ( 100 == m_nLineSpace )
- aLineSpacing.GetInterLineSpaceRule() = SVX_INTER_LINE_SPACE_OFF;
+ aLineSpacing.SetInterLineSpaceRule( SvxInterLineSpaceRule::Off );
else
aLineSpacing.SetPropLineSpace( (sal_uInt8)m_nLineSpace );