Kaydet (Commit) 8c084759 authored tarafından Cédric Bosdonnat's avatar Cédric Bosdonnat Kaydeden (comit) Cédric Bosdonnat

n#715115: WW8 numbering levels: use the WW6 indent if legacy flag is set

üst fd886cdc
......@@ -906,7 +906,10 @@ bool WW8ListManager::ReadLVL(SwNumFmt& rNumFmt, SfxItemSet*& rpItemSet,
{
rNumFmt.SetIndentAt( aLVL.nDxaLeft );
rNumFmt.SetFirstLineIndent(aLVL.nDxaLeft1);
rNumFmt.SetListtabPos( nTabPos );
if ( !aLVL.bV6 )
rNumFmt.SetListtabPos( nTabPos );
else
rNumFmt.SetListtabPos( aLVL.nV6Indent );
SvxNumberFormat::SvxNumLabelFollowedBy eNumLabelFollowedBy = SvxNumberFormat::LISTTAB;
switch ( ixchFollow )
{
......
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