diff options
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/tabpages/paragrph.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/tabpages/paragrph.cxx b/cui/source/tabpages/paragrph.cxx index 749d03a03eef..54889cbf0bb5 100644 --- a/cui/source/tabpages/paragrph.cxx +++ b/cui/source/tabpages/paragrph.cxx @@ -483,10 +483,10 @@ void SvxStdParagraphTabPage::Reset( const SfxItemSet* rSet ) m_xRightIndent->SetMetricValue(rOldItem.GetRight(), eUnit); } - if ( rOldItem.GetPropTextFirstLineOfst() != 100 ) + if ( rOldItem.GetPropTextFirstLineOffset() != 100 ) { m_xFLineIndent->SetRelative(true); - m_xFLineIndent->set_value(rOldItem.GetPropTextFirstLineOfst(), FieldUnit::NONE); + m_xFLineIndent->set_value(rOldItem.GetPropTextFirstLineOffset(), FieldUnit::NONE); } else { |