diff options
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/uno/addrtempuno.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/uno/addrtempuno.cxx b/svtools/source/uno/addrtempuno.cxx index 25e1dd89ab1e..f6a88dd4c419 100644 --- a/svtools/source/uno/addrtempuno.cxx +++ b/svtools/source/uno/addrtempuno.cxx @@ -76,7 +76,7 @@ namespace svt // OPropertyArrayUsageHelper virtual ::cppu::IPropertyArrayHelper* createArrayHelper( ) const; - void initialize(const Sequence< Any >& aArguments) throw(RuntimeException); + virtual void SAL_CALL initialize(const Sequence< Any >& aArguments) throw(Exception, RuntimeException); protected: // OGenericUnoDialog overridables @@ -174,7 +174,7 @@ namespace svt static_cast< AddressBookSourceDialog* >( m_pDialog )->getFieldMapping( m_aAliases ); } //------------------------------------------------------------------------------ - void OAddressBookSourceDialogUno::initialize(const Sequence< Any >& aArguments) throw(RuntimeException) + void SAL_CALL OAddressBookSourceDialogUno::initialize(const Sequence< Any >& aArguments) throw(Exception, RuntimeException) { if( aArguments.getLength() == 5 ) { |