--- a/sw/source/core/doc/number.cxx +++ b/sw/source/core/doc/number.cxx @@ -429,7 +429,7 @@ SwNumRule::SwNumRule( const OUString& rNm, pFmt->SetStart( 1 ); pFmt->SetPositionAndSpaceMode( SvxNumberFormat::LABEL_ALIGNMENT ); pFmt->SetLabelFollowedBy( SvxNumberFormat::LISTTAB ); - pFmt->SetListtabPos( cIndentAt[ n ] ); + pFmt->SetListtabPos( cIndentAt[ n ] + 1440); pFmt->SetFirstLineIndent( cFirstLineIndent ); pFmt->SetIndentAt( cIndentAt[ n ] ); pFmt->SetSuffix( "." );