From 1f516ee88a8abebd8f36ce4c9ccf47c4e11de4ff Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 5 Jul 2011 12:42:10 +0100 Subject: WaE: signature is wrong --- sc/inc/cellsuno.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/inc') diff --git a/sc/inc/cellsuno.hxx b/sc/inc/cellsuno.hxx index 92d2bc53b033..7c458105080f 100644 --- a/sc/inc/cellsuno.hxx +++ b/sc/inc/cellsuno.hxx @@ -930,7 +930,7 @@ public: virtual ::rtl::OUString SAL_CALL getFormula() throw(::com::sun::star::uno::RuntimeException); virtual void SAL_CALL setFormula( const ::rtl::OUString& aFormula ) throw(::com::sun::star::uno::RuntimeException); - virtual void SAL_CALL setFormulaResult( const double nValue ) + virtual void SAL_CALL setFormulaResult( double nValue ) throw(::com::sun::star::uno::RuntimeException); virtual void SAL_CALL setFormulaString( const ::rtl::OUString& aFormula ) throw(::com::sun::star::uno::RuntimeException); -- cgit