Kaydet (Commit) f5f4f6cf authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Adapt cast

...to 0d227c96 "SvxNumberFormat::nAbsLSpace
should have a larger type", from which this was accidentally missing

Change-Id: I1d84f8f3545512ca47181b40b56effda39894e67
Reviewed-on: https://gerrit.libreoffice.org/59160
Tested-by: Jenkins
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 213df3f2
...@@ -450,7 +450,7 @@ sal_Int32 SvxNumberFormat::GetAbsLSpace() const ...@@ -450,7 +450,7 @@ sal_Int32 SvxNumberFormat::GetAbsLSpace() const
{ {
return mePositionAndSpaceMode == LABEL_WIDTH_AND_POSITION return mePositionAndSpaceMode == LABEL_WIDTH_AND_POSITION
? nAbsLSpace ? nAbsLSpace
: static_cast<short>( GetFirstLineIndent() + GetIndentAt() ); : static_cast<sal_Int32>( GetFirstLineIndent() + GetIndentAt() );
} }
short SvxNumberFormat::GetFirstLineOffset() const short SvxNumberFormat::GetFirstLineOffset() const
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment