WaE: uninit variable

This commit is contained in:
Caolán McNamara 2011-03-20 11:10:36 +00:00
parent 15de91f8c5
commit ff9e8c13fd

View file

@ -262,7 +262,7 @@ void SvxBorderLine::GuessLinesWidths( SvxBorderStyle nStyle, sal_uInt16 nOut, sa
int i = 0, len = sizeof( aDoubleStyles ) / sizeof( SvxBorderStyle );
long nWidth = 0;
SvxBorderStyle nTestStyle;
SvxBorderStyle nTestStyle(NO_STYLE);
while ( i < len && nWidth == 0 )
{
nTestStyle = aDoubleStyles[i];