Re: [Libreoffice] how to handle this bug (if this is one?)

2011-08-27 Thread Eike Rathke
Hi Pierre-André, On Friday, 2011-08-26 23:19:34 +0200, Pierre-André Jacquod wrote: in vcl/win/source/gdi/winlayout.cxx, around line 695 there is: long SimpleWinLayout::FillDXArray( long* pDXArray ) const { +if( !mnWidth ) +{ +long mnWidth = mnBaseAdv; +for( int

[Libreoffice] how to handle this bug (if this is one?)

2011-08-26 Thread Pierre-André Jacquod
hello, in vcl/win/source/gdi/winlayout.cxx, around line 695 there is: long SimpleWinLayout::FillDXArray( long* pDXArray ) const { +if( !mnWidth ) +{ +long mnWidth = mnBaseAdv; +for( int i = 0; i mnGlyphCount; ++i ) +mnWidth += mpGlyphAdvances[ i ]; +}