ETOMANY getPropertyValue

Change-Id: I787257603e919b12fda07d3302ceba2a7787a9b9
This commit is contained in:
Caolán McNamara
2014-02-24 14:13:45 +00:00
parent 1067084f15
commit 5eb08bb353
2 changed files with 6 additions and 4 deletions

View File

@@ -920,7 +920,8 @@ public:
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 )

View File

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