summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svx/source/dialog/paraprev.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/paraprev.cxx b/svx/source/dialog/paraprev.cxx
index d31e5b981a44..9eaa96470580 100644
--- a/svx/source/dialog/paraprev.cxx
+++ b/svx/source/dialog/paraprev.cxx
@@ -144,7 +144,7 @@ void SvxParaPrevWindow::DrawParagraph( bool bAll )
if ( (3 <= i) && (5 >= i) )
{
- long nLW;
+ long nLW = long();
switch( i )
{
case 3: nLW = aLineSiz.Width() * 8 / 10; break;