Kaydet (Commit) 2a90016e authored tarafından Noel Grandin's avatar Noel Grandin

fdo#46808, fixes for windows build

Change-Id: I338b83c7803af019d9581c3a50e2afe9d2f5c014
üst e2a1d1c4
......@@ -32,6 +32,7 @@
#include "platform.h"
#include <comphelper/mimeconfighelper.hxx>
#include <comphelper/procesfactory.hxx>
#include "xdialogcreator.hxx"
#include "oleembobj.hxx"
......
......@@ -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 )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment