summaryrefslogtreecommitdiff
path: root/sw/source/ui/frmdlg/colex.cxx
diff options
context:
space:
mode:
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 );