summaryrefslogtreecommitdiff
path: root/sc/inc/cellsuno.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-07-05 12:42:10 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-07-05 12:42:10 +0100
commit1f516ee88a8abebd8f36ce4c9ccf47c4e11de4ff (patch)
tree65e5478cf1d9069742854be6e3f8f9a330dca5b5 /sc/inc/cellsuno.hxx
parent18c1fd6f72fb10fc917ed7f22b16edfd561eb34f (diff)
WaE: signature is wrong
Diffstat (limited to 'sc/inc/cellsuno.hxx')
-rw-r--r--sc/inc/cellsuno.hxx2
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);