[Libreoffice-commits] .: 2 commits - cui/source svx/Library_svx.mk

Caolán McNamara caolan at kemper.freedesktop.org
Tue Feb 21 06:45:23 PST 2012


 cui/source/options/optinet2.cxx |    2 +-
 svx/Library_svx.mk              |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 46cf18fdf137d68ff42d6e037a1285a37c65c07f
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Feb 21 14:45:05 2012 +0000

    catch by reference

diff --git a/cui/source/options/optinet2.cxx b/cui/source/options/optinet2.cxx
index c42edd7..9df4772 100644
--- a/cui/source/options/optinet2.cxx
+++ b/cui/source/options/optinet2.cxx
@@ -284,7 +284,7 @@ void SvxProxyTabPage::ReadConfigData_Impl()
         }
     }
 
-    catch (const container::NoSuchElementException) {
+    catch (const container::NoSuchElementException&) {
         OSL_TRACE( "SvxProxyTabPage::ReadConfigData_Impl: NoSuchElementException caught" );
     }
 
commit 776be2f2a3874126f745bcf03052b0c437666473
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Feb 21 14:44:19 2012 +0000

    make this weird-ass DBCONNECTIVITY foo build

diff --git a/svx/Library_svx.mk b/svx/Library_svx.mk
index a545c40..248ab21 100644
--- a/svx/Library_svx.mk
+++ b/svx/Library_svx.mk
@@ -204,7 +204,7 @@ $(eval $(call gb_Library_add_exception_objects,svx,\
 ))
 
 ifneq (,$(filter DBCONNECTIVITY,$(BUILD_TYPE)))
-$(eval $(call gb_Library_use_external,svx,icuuc))
+$(eval $(call gb_Library_add_exception_objects,svx,\
     svx/source/fmcomp/dbaobjectex \
     svx/source/form/databaselocationinput \
     svx/source/form/dbcharsethelper \


More information about the Libreoffice-commits mailing list