[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/4.4/kdelibs/khtml/rendering
From:       Germain Garand <germain () ebooksfrance ! org>
Date:       2010-02-22 21:06:58
Message-ID: 1266872818.533873.10677.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1094490 by ggarand:

automatically merged revision 1094430:
really big tables could overflow those

 M  +4 -4      render_table.h  


--- branches/KDE/4.4/kdelibs/khtml/rendering/render_table.h #1094489:1094490
@@ -281,8 +281,8 @@
     //True if any of the cells has a span of 0
     bool containsSpansZero;
 
-    signed short cRow;
-    ushort cCol;
+    int cRow;
+    int cCol;
     bool needCellRecalc;
 
     void recalcCells();
@@ -434,8 +434,8 @@
     virtual int borderTopExtra() const { return _topExtra; }
     virtual int borderBottomExtra() const { return _bottomExtra; }
 
-    short _row;
-    short _col;
+    int _row;
+    int _col;
     ushort rSpan;
     ushort cSpan;
     int _topExtra;
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic