SVN commit 508666 by ingwa: fix bug in improved handling of chart area in kspread M +1 -1 koChart.h --- trunk/koffice/interfaces/koChart.h #508665:508666 @@ -47,7 +47,7 @@ Part *part() const { return m_part; } - virtual bool show() = 0; + virtual bool show( QString &area ) = 0; // XXX add more? private: