[Libreoffice-commits] .: embeddedobj/source svtools/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Jan 15 00:59:45 PST 2013


 embeddedobj/source/msole/xdialogcreator.cxx |    1 +
 svtools/source/uno/addrtempuno.cxx          |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 2a90016e87478543c791e3de2bb1f67318f4f236
Author: Noel Grandin <noel at peralex.com>
Date:   Tue Jan 15 10:58:16 2013 +0200

    fdo#46808, fixes for windows build
    
    Change-Id: I338b83c7803af019d9581c3a50e2afe9d2f5c014

diff --git a/embeddedobj/source/msole/xdialogcreator.cxx b/embeddedobj/source/msole/xdialogcreator.cxx
index 60a63e4..266ed94 100644
--- a/embeddedobj/source/msole/xdialogcreator.cxx
+++ b/embeddedobj/source/msole/xdialogcreator.cxx
@@ -32,6 +32,7 @@
 
 #include "platform.h"
 #include <comphelper/mimeconfighelper.hxx>
+#include <comphelper/procesfactory.hxx>
 
 #include "xdialogcreator.hxx"
 #include "oleembobj.hxx"
diff --git a/svtools/source/uno/addrtempuno.cxx b/svtools/source/uno/addrtempuno.cxx
index 25e1dd8..f6a88dd 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 )
         {


More information about the Libreoffice-commits mailing list