diff -uNr svx.old/source/outliner/outliner.cxx svx.new/source/outliner/outliner.cxx --- svx.old/source/outliner/outliner.cxx 2007-02-06 13:29:26.000000000 +0800 +++ svx.new/source/outliner/outliner.cxx 2007-02-06 13:30:02.000000000 +0800 @@ -992,21 +992,12 @@ { aStdFont = pEditEngine->GetStandardFont( nPara ); } - Font aBulletFont; - - if ( pFmt->GetNumberingType() == SVX_NUM_CHAR_SPECIAL ) - { - aBulletFont = *pFmt->GetBulletFont(); - } - else - { - aBulletFont = aStdFont; + aBulletFont = aStdFont; aBulletFont.SetUnderline( UNDERLINE_NONE ); aBulletFont.SetStrikeout( STRIKEOUT_NONE ); aBulletFont.SetEmphasisMark( EMPHASISMARK_NONE ); aBulletFont.SetRelief( RELIEF_NONE ); - } // #107508# Use original scale... USHORT nScale = /* pEditEngine->IsFlatMode() ? DEFAULT_SCALE : */ pFmt->GetBulletRelSize(); ULONG nScaledLineHeight = aStdFont.GetSize().Height();