summaryrefslogtreecommitdiff
path: root/sw/source/ui/frmdlg/colex.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2003-12-01 16:33:04 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2003-12-01 16:33:04 +0000
commit5dd8a7ba59eb35f31b9b85c3c59135af884d0af5 (patch)
treea6d190fae4cfffbc58aea2d7f0523cffea189b16 /sw/source/ui/frmdlg/colex.cxx
parente61f490bc043d7e90be51611a145bdb5158227ad (diff)
INTEGRATION: CWS ooo20031110 (1.13.234); FILE MERGED
2003/11/13 10:57:38 waratah 1.13.234.1: #i22301# correct the for scope problems in the code
Diffstat (limited to 'sw/source/ui/frmdlg/colex.cxx')
-rw-r--r--sw/source/ui/frmdlg/colex.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/source/ui/frmdlg/colex.cxx b/sw/source/ui/frmdlg/colex.cxx
index d393638fb677..a1c0ba9e7d0e 100644
--- a/sw/source/ui/frmdlg/colex.cxx
+++ b/sw/source/ui/frmdlg/colex.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: colex.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: vg $ $Date: 2003-04-17 15:29:42 $
+ * last change: $Author: rt $ $Date: 2003-12-01 17:33:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -314,7 +314,8 @@ void SwColExample::DrawPage( const Point& rOrg,
nAutoColWidth = nColumnWidthSum / nColumnCount;
}
- for(USHORT i = 0; i < nColumnCount; i++)
+ USHORT i;
+ for( i = 0; i < nColumnCount; i++)
{
if(!bAutoWidth)
nAutoColWidth = pColMgr->GetColWidth( i );