summaryrefslogtreecommitdiff
path: root/svx/source/dialog/paraprev.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-20 08:47:36 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-20 08:47:36 +0000
commitf13842da4833271d3ca433e48bf18372520d7d1d (patch)
tree266a6603238205b655addce4384a0787d24986b9 /svx/source/dialog/paraprev.cxx
parent2aa6fd2f4a70839a95ab70b4cb4b2ea28a91f6b4 (diff)
INTEGRATION: CWS aig05 (1.7.274); FILE MERGED
2003/06/16 11:18:37 os 1.7.274.1: #109700# display of indents for SVX_ADJUST_BLOCK corrected
Diffstat (limited to 'svx/source/dialog/paraprev.cxx')
-rw-r--r--svx/source/dialog/paraprev.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/dialog/paraprev.cxx b/svx/source/dialog/paraprev.cxx
index a9b4832b07f0..27317f46b73f 100644
--- a/svx/source/dialog/paraprev.cxx
+++ b/svx/source/dialog/paraprev.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: paraprev.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: os $ $Date: 2002-05-31 09:49:41 $
+ * last change: $Author: vg $ $Date: 2003-06-20 09:47:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -219,12 +219,12 @@ void SvxParaPrevWindow::DrawParagraph( BOOL bAll )
aPnt.X() += ( aSiz.Width() - nLW ) / 2;
break;
case SVX_ADJUST_BLOCK:
- nLW = aLineSiz.Width();
+ nLW = aSiz.Width();
break;
}
}
else
- nLW = aLineSiz.Width();
+ nLW = aSiz.Width();
}
aSiz.Width() = nLW;
}