Kaydet (Commit) ff9e8c13 authored tarafından Caolán McNamara's avatar Caolán McNamara

WaE: uninit variable

üst 15de91f8
...@@ -262,7 +262,7 @@ void SvxBorderLine::GuessLinesWidths( SvxBorderStyle nStyle, sal_uInt16 nOut, sa ...@@ -262,7 +262,7 @@ void SvxBorderLine::GuessLinesWidths( SvxBorderStyle nStyle, sal_uInt16 nOut, sa
int i = 0, len = sizeof( aDoubleStyles ) / sizeof( SvxBorderStyle ); int i = 0, len = sizeof( aDoubleStyles ) / sizeof( SvxBorderStyle );
long nWidth = 0; long nWidth = 0;
SvxBorderStyle nTestStyle; SvxBorderStyle nTestStyle(NO_STYLE);
while ( i < len && nWidth == 0 ) while ( i < len && nWidth == 0 )
{ {
nTestStyle = aDoubleStyles[i]; nTestStyle = aDoubleStyles[i];
......
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