Revert patch to change .idl

This commit is contained in:
Muthu Subramanian 2011-06-29 23:01:56 +05:30
parent 8e607be954
commit fcbb82c377
2 changed files with 0 additions and 13 deletions

View file

@ -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);

View file

@ -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;