summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
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 );