--nextPart7686951.rMeLsR6iEC Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I'd say an unsigned int even (IIRC thats what that count() returns anyway) On Tuesday 11 April 2006 00:18, David Faure wrote: > SVN commit 528395 by dfaure: > > This should be int of course > > > M +1 -1 KWView.cpp > > > --- branches/koffice/1.5/koffice/kword/KWView.cpp #528394:528395 > @@ -208,7 +208,7 @@ > > int tableCellsSelected() { return m_selected; } > int amountRowsSelected() { return m_rows.count(); } > - bool amountColumnsSelected() { return m_columns.count(); } > + int amountColumnsSelected() { return m_columns.count(); } > bool oneCellSelected() { return m_oneCellSelected; } > bool protectContentEnabled() { return m_protectContent; } > QValueList selectedRows() { return m_rows; } =2D-=20 Thomas Zander --nextPart7686951.rMeLsR6iEC Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQBEOvaSCojCW6H2z/QRAqWsAKDSaCXXxIU4PoYLNSA7wSVYN9yvNQCfXHnU xyrotSqfSVlJS//k/ldOLYQ= =U9I8 -----END PGP SIGNATURE----- --nextPart7686951.rMeLsR6iEC--