Kaydet (Commit) a5a52ba1 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

warning C4701: potentially uninitialized local variable used

Change-Id: I0ab3c52fa12d519c6afcbaf701dd42f69c728ff0
üst 4f9b0720
...@@ -144,7 +144,7 @@ void SvxParaPrevWindow::DrawParagraph( bool bAll ) ...@@ -144,7 +144,7 @@ void SvxParaPrevWindow::DrawParagraph( bool bAll )
if ( (3 <= i) && (5 >= i) ) if ( (3 <= i) && (5 >= i) )
{ {
long nLW; long nLW = long();
switch( i ) switch( i )
{ {
case 3: nLW = aLineSiz.Width() * 8 / 10; break; case 3: nLW = aLineSiz.Width() * 8 / 10; break;
......
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