Tag: cws_src680_aquavcl01
User: pjanik
Date: 2007/02/20 10:41:11
Modified:
gsl/vcl/workben/svdem.cxx
Log:
fix previous commit
File Changes:
Directory: /gsl/vcl/workben/
============================
File [changed]: svdem.cxx
Url:
http://gsl.openoffice.org/source/browse/gsl/vcl/workben/svdem.cxx?r1=1.14.112.10&r2=1.14.112.11
Delta lines: +3 -3
-------------------
--- svdem.cxx 20 Feb 2007 13:59:49 -0000 1.14.112.10
+++ svdem.cxx 20 Feb 2007 18:41:08 -0000 1.14.112.11
@@ -4,9 +4,9 @@
*
* $RCSfile: svdem.cxx,v $
*
- * $Revision: 1.14.112.10 $
+ * $Revision: 1.14.112.11 $
*
- * last change: $Author: ericb $ $Date: 2007/02/20 13:59:49 $
+ * last change: $Author: pjanik $ $Date: 2007/02/20 18:41:08 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -171,7 +171,7 @@
SetLineColor(Color(COL_YELLOW));
DrawRect( r );
-;
+
for(int i=0; i<aSz.Height(); i+=15)
DrawLine( Point(r.nLeft, r.nTop+i), Point(r.nRight, r.nBottom-i) );
for(int i=0; i<aSz.Width(); i+=15)
|