[Libreoffice-commits] .: sc/inc

Caolán McNamara caolan at kemper.freedesktop.org
Tue Jul 5 04:42:27 PDT 2011


 sc/inc/cellsuno.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0af1f175f3f29f662831b941976aa49071593a53
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Jul 5 12:42:10 2011 +0100

    WaE: signature is wrong

diff --git a/sc/inc/cellsuno.hxx b/sc/inc/cellsuno.hxx
index 9c86c4c..b55a28d 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);


More information about the Libreoffice-commits mailing list