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