diff options
author | Muthu Subramanian <sumuthu@novell.com> | 2011-06-29 23:01:56 +0530 |
---|---|---|
committer | Muthu Subramanian <sumuthu@novell.com> | 2011-06-29 23:05:18 +0530 |
commit | b0d7dcbcbb186bb0cc3eac17876f50e28d9704e2 (patch) | |
tree | 9801705be7cb47912660305b6592ea65f7d16d2d /sw/inc | |
parent | 82cfe165b7509c2a3251caa2a8110d204ca35667 (diff) |
Revert patch to change .idl
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/unotbl.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/inc/unotbl.hxx b/sw/inc/unotbl.hxx index e328125840..e2217068b6 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); |