--Boundary-00=_ivMU/ue3v1i4Nib Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Attached a trivial fix for #63329 Please comment =2D-=20 Luk=E1=B9 Tinkl (lukas@kde.org) KDE developer | KOffice release manager http://czechia.kde.org --Boundary-00=_ivMU/ue3v1i4Nib Content-Type: text/x-diff; charset="iso-8859-2"; name="63329.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="63329.diff" Index: kspread_functions_reference.cc =================================================================== RCS file: /home/kde/koffice/kspread/kspread_functions_reference.cc,v retrieving revision 1.5 diff -u -r1.5 kspread_functions_reference.cc --- kspread_functions_reference.cc 17 Jan 2003 22:49:36 -0000 1.5 +++ kspread_functions_reference.cc 30 Aug 2003 16:04:06 -0000 @@ -127,8 +127,8 @@ return false; QString result; - int col = args[0]->intValue(); - int row = args[1]->intValue(); + int row = args[0]->intValue(); + int col = args[1]->intValue(); if ( !tableName.isEmpty() ) { @@ -311,7 +311,7 @@ } ++count; ++listIter; - } + } } else if ( count == index ) { --Boundary-00=_ivMU/ue3v1i4Nib Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ koffice-devel mailing list koffice-devel@mail.kde.org http://mail.kde.org/mailman/listinfo/koffice-devel --Boundary-00=_ivMU/ue3v1i4Nib--