[Libreoffice-commits] .: svx/source
Muthu Subramanian
sumuthu at kemper.freedesktop.org
Wed Jun 29 10:17:54 PDT 2011
svx/source/table/cell.cxx | 14 --------------
svx/source/table/cell.hxx | 2 --
2 files changed, 16 deletions(-)
New commits:
commit 9f51b32acd5c2d4be61b02dc0f2f4122f01d43c2
Author: Muthu Subramanian <sumuthu at novell.com>
Date: Wed Jun 29 23:01:41 2011 +0530
Revert patch to change .idl
diff --git a/svx/source/table/cell.cxx b/svx/source/table/cell.cxx
index 16a0adb..0749dd1 100644
--- a/svx/source/table/cell.cxx
+++ b/svx/source/table/cell.cxx
@@ -929,20 +929,6 @@ void SAL_CALL Cell::setFormula( const OUString& aFormula ) throw (RuntimeExcepti
// -----------------------------------------------------------------------------
-void SAL_CALL Cell::setFormulaString( const OUString& aFormula ) throw (RuntimeException)
-{
- setFormula( aFormula );
-}
-
-// -----------------------------------------------------------------------------
-
-void SAL_CALL Cell::setFormulaResult( const double nValue ) throw (RuntimeException)
-{
- mfValue = nValue;
-}
-
-// -----------------------------------------------------------------------------
-
double SAL_CALL Cell::getValue( ) throw (RuntimeException)
{
return mfValue;
diff --git a/svx/source/table/cell.hxx b/svx/source/table/cell.hxx
index bf17c12..32ba7b3 100644
--- a/svx/source/table/cell.hxx
+++ b/svx/source/table/cell.hxx
@@ -139,8 +139,6 @@ public:
// XCell
SVX_DLLPRIVATE virtual ::rtl::OUString SAL_CALL getFormula() throw (::com::sun::star::uno::RuntimeException);
SVX_DLLPRIVATE virtual void SAL_CALL setFormula( const ::rtl::OUString& aFormula ) throw (::com::sun::star::uno::RuntimeException);
- SVX_DLLPRIVATE virtual void SAL_CALL setFormulaString( const ::rtl::OUString& aFormula ) throw (::com::sun::star::uno::RuntimeException);
- SVX_DLLPRIVATE virtual void SAL_CALL setFormulaResult( const double nValue ) throw (::com::sun::star::uno::RuntimeException);
SVX_DLLPRIVATE virtual double SAL_CALL getValue() throw (::com::sun::star::uno::RuntimeException);
SVX_DLLPRIVATE virtual void SAL_CALL setValue( double nValue ) throw (::com::sun::star::uno::RuntimeException);
SVX_DLLPRIVATE virtual ::com::sun::star::table::CellContentType SAL_CALL getType() throw (::com::sun::star::uno::RuntimeException);
More information about the Libreoffice-commits
mailing list