diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-07-05 12:42:10 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-07-05 12:42:10 +0100 |
commit | 1f516ee88a8abebd8f36ce4c9ccf47c4e11de4ff (patch) | |
tree | 65e5478cf1d9069742854be6e3f8f9a330dca5b5 /sc/inc | |
parent | 18c1fd6f72fb10fc917ed7f22b16edfd561eb34f (diff) |
WaE: signature is wrong
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/cellsuno.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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); |