From kde-commits Sat Jan 14 02:55:39 2006 From: Inge Wallin Date: Sat, 14 Jan 2006 02:55:39 +0000 To: kde-commits Subject: koffice/interfaces Message-Id: <1137207339.660355.18644.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=113720743012970 SVN commit 497870 by ingwa: fix interface mistake M +1 -1 koChart.h --- trunk/koffice/interfaces/koChart.h #497869:497870 @@ -69,12 +69,12 @@ #if 0 // The old interface. virtual void setData( const Data &d ) = 0; - virtual void setCanChangeValue(bool b )=0; #else // The new interface. virtual void resizeData( int rows, int columns ) = 0 ; virtual void setCellData( int row, int column, const QVariant &) = 0; #endif + virtual void setCanChangeValue(bool b )=0; virtual WizardExtension *wizardExtension(); private: