--Boundary-00=_qyNU/Vmduo/AEiF Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Attached another fix, this time for #63331 (KSpread didn't take different sheets into account when accessing the conte= nts=20 of the cell) Please comment =2D-=20 Luk=E1=B9 Tinkl (lukas@kde.org) KDE developer | KOffice release manager http://czechia.kde.org --Boundary-00=_qyNU/Vmduo/AEiF Content-Type: text/x-diff; charset="iso-8859-2"; name="63331.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="63331.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 17:16:36 -0000 @@ -509,7 +509,7 @@ if ( !p.isValid() ) return false; - KSpreadCell * cell = sheet->cellAt( p.pos.x(), p.pos.y() ); + KSpreadCell * cell = p.cell(); if ( cell ) { if ( cell->value().isString() ) --Boundary-00=_qyNU/Vmduo/AEiF 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=_qyNU/Vmduo/AEiF--