Revert patch to change .idl
This commit is contained in:
parent
8e607be954
commit
fcbb82c377
2 changed files with 0 additions and 13 deletions
|
@ -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);
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue