ETOMANY getPropertyValue
Change-Id: I787257603e919b12fda07d3302ceba2a7787a9b9
This commit is contained in:
parent
1067084f15
commit
5eb08bb353
@ -918,9 +918,10 @@ public:
|
||||
std::exception);
|
||||
virtual ::com::sun::star::uno::Any SAL_CALL getPropertyValue(
|
||||
const OUString& PropertyName )
|
||||
throw(::com::sun::star::beans::UnknownPropertyException,
|
||||
throw (::com::sun::star::beans::UnknownPropertyException,
|
||||
::com::sun::star::lang::WrappedTargetException,
|
||||
::com::sun::star::uno::RuntimeException);
|
||||
::com::sun::star::uno::RuntimeException,
|
||||
std::exception);
|
||||
virtual void SAL_CALL addPropertyChangeListener( const OUString& aPropertyName,
|
||||
const ::com::sun::star::uno::Reference<
|
||||
::com::sun::star::beans::XPropertyChangeListener >& xListener )
|
||||
|
@ -916,7 +916,8 @@ void SAL_CALL ScDataPilotDescriptorBase::setPropertyValue( const OUString& aProp
|
||||
}
|
||||
|
||||
Any SAL_CALL ScDataPilotDescriptorBase::getPropertyValue( const OUString& aPropertyName )
|
||||
throw(UnknownPropertyException, WrappedTargetException, RuntimeException)
|
||||
throw (UnknownPropertyException, WrappedTargetException,
|
||||
RuntimeException, std::exception)
|
||||
{
|
||||
SolarMutexGuard aGuard;
|
||||
Any aRet;
|
||||
|
Loading…
x
Reference in New Issue
Block a user