[Libreoffice-commits] .: sw/inc sw/source
Muthu Subramanian
sumuthu at kemper.freedesktop.org
Wed Jun 29 10:18:28 PDT 2011
sw/inc/unotbl.hxx | 2 --
sw/source/core/unocore/unotbl.cxx | 11 -----------
2 files changed, 13 deletions(-)
New commits:
commit b0d7dcbcbb186bb0cc3eac17876f50e28d9704e2
Author: Muthu Subramanian <sumuthu at novell.com>
Date: Wed Jun 29 23:01:56 2011 +0530
Revert patch to change .idl
diff --git a/sw/inc/unotbl.hxx b/sw/inc/unotbl.hxx
index e328125..e221706 100644
--- a/sw/inc/unotbl.hxx
+++ b/sw/inc/unotbl.hxx
@@ -137,8 +137,6 @@ public:
//XCell
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 setFormulaString( const ::rtl::OUString& aFormula ) throw(::com::sun::star::uno::RuntimeException);
- virtual void SAL_CALL setFormulaResult( const double nValue ) throw(::com::sun::star::uno::RuntimeException);
virtual double SAL_CALL getValue( ) throw(::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL setValue( double nValue ) throw(::com::sun::star::uno::RuntimeException);
virtual ::com::sun::star::table::CellContentType SAL_CALL getType( ) throw(::com::sun::star::uno::RuntimeException);
diff --git a/sw/source/core/unocore/unotbl.cxx b/sw/source/core/unocore/unotbl.cxx
index 980a909..fff58ac 100644
--- a/sw/source/core/unocore/unotbl.cxx
+++ b/sw/source/core/unocore/unotbl.cxx
@@ -947,17 +947,6 @@ void SwXCell::setFormula(const OUString& rFormula) throw( uno::RuntimeException
}
}
-void SwXCell::setFormulaString(const OUString& /*rFormula*/) throw( uno::RuntimeException )
-{
- return;
-}
-
-void SwXCell::setFormulaResult(double /*nValue*/) throw( uno::RuntimeException )
-{
- SolarMutexGuard aGuard;
- return;
-}
-
double SwXCell::getValue(void) throw( uno::RuntimeException )
{
SolarMutexGuard aGuard;
More information about the Libreoffice-commits
mailing list