Index: chart2/source/controller/dialogs/DataBrowserModel.hxx =================================================================== RCS file: /cvs/graphics/chart2/source/controller/dialogs/DataBrowserModel.hxx,v retrieving revision 1.2 diff -u -p --unified -r1.2 DataBrowserModel.hxx --- chart2/source/controller/dialogs/DataBrowserModel.hxx 22 May 2007 17:27:59 -0000 1.2 +++ chart2/source/controller/dialogs/DataBrowserModel.hxx 25 May 2007 16:19:14 -0000 @@ -106,7 +106,7 @@ public: bool setCellNumber( sal_Int32 nAtColumn, sal_Int32 nAtRow, double fValue ); /// returns if the text could successfully be set at the given position bool setCellText( sal_Int32 nAtColumn, sal_Int32 nAtRow, const ::rtl::OUString & rText ); - bool DataBrowserModel::setCellAny( sal_Int32 nAtColumn, sal_Int32 nAtRow, + bool setCellAny( sal_Int32 nAtColumn, sal_Int32 nAtRow, const ::com::sun::star::uno::Any & aValue ); sal_Int32 getColumnCount() const;