summaryrefslogtreecommitdiff
path: root/svtools/source/uno
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-01-15 10:58:16 +0200
committerNoel Grandin <noel@peralex.com>2013-01-15 10:58:45 +0200
commit2a90016e87478543c791e3de2bb1f67318f4f236 (patch)
tree236658e37d5da0bcf9cbd58da2cbbb804d3994d1 /svtools/source/uno
parente2a1d1c49117e3321a59daff35500394a7e60cda (diff)
fdo#46808, fixes for windows build
Change-Id: I338b83c7803af019d9581c3a50e2afe9d2f5c014
Diffstat (limited to 'svtools/source/uno')
-rw-r--r--svtools/source/uno/addrtempuno.cxx4
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 )
{