diff options
author | Muthu Subramanian <sumuthu@novell.com> | 2011-06-29 23:01:41 +0530 |
---|---|---|
committer | Muthu Subramanian <sumuthu@novell.com> | 2011-06-29 23:04:43 +0530 |
commit | df69092dd7c23f676970090ca994b5445b6a7e89 (patch) | |
tree | 22103aafee2d633ef22d6fa6c138827abfa1f563 /svx/source | |
parent | 97e3d208bad8f08591fb30c510ed351a695fb334 (diff) |
Revert patch to change .idl
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/table/cell.cxx | 14 | ||||
-rw-r--r-- | svx/source/table/cell.hxx | 2 |
2 files changed, 0 insertions, 16 deletions
diff --git a/svx/source/table/cell.cxx b/svx/source/table/cell.cxx index ea3a7e1343cd..d0f8f1693af7 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 b7d8e09fe675..be22b33f1aad 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); |