[Libreoffice-commits] core.git: 2 commits - connectivity/Library_dbtools.mk desktop/Executable_sbase.mk desktop/Executable_scalc.mk desktop/Executable_sdraw.mk desktop/Executable_simpress.mk desktop/Executable_smath.mk desktop/Executable_soffice.mk desktop/Executable_sweb.mk desktop/Executable_swriter.mk desktop/Executable_unoinfo.mk desktop/Executable_unopkg.mk pyuno/Executable_python_wrapper.mk shell/Executable_regsvrex.mk

Bjoern Michaelsen bjoern.michaelsen at canonical.com
Wed Jul 17 05:19:01 PDT 2013


 connectivity/Library_dbtools.mk    |    2 +-
 desktop/Executable_sbase.mk        |    2 +-
 desktop/Executable_scalc.mk        |    2 +-
 desktop/Executable_sdraw.mk        |    2 +-
 desktop/Executable_simpress.mk     |    2 +-
 desktop/Executable_smath.mk        |    2 +-
 desktop/Executable_soffice.mk      |    2 +-
 desktop/Executable_sweb.mk         |    2 +-
 desktop/Executable_swriter.mk      |    2 +-
 desktop/Executable_unoinfo.mk      |    2 +-
 desktop/Executable_unopkg.mk       |    2 +-
 pyuno/Executable_python_wrapper.mk |    2 +-
 shell/Executable_regsvrex.mk       |    2 +-
 13 files changed, 13 insertions(+), 13 deletions(-)

New commits:
commit 69f0c2cfd6747e32ca050599405c556247434c77
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date:   Wed Jul 17 13:16:27 2013 +0200

    remove last users of gb_Executable_add_noexception_object
    
    Change-Id: Iddee238aa800ecfee8f97a7132b38b6446e0b2a4
    Reviewed-on: https://gerrit.libreoffice.org/4953
    Reviewed-by: Björn Michaelsen <bjoern.michaelsen at canonical.com>
    Tested-by: Björn Michaelsen <bjoern.michaelsen at canonical.com>

diff --git a/desktop/Executable_sbase.mk b/desktop/Executable_sbase.mk
index 4a35040..77d0c47 100644
--- a/desktop/Executable_sbase.mk
+++ b/desktop/Executable_sbase.mk
@@ -26,7 +26,7 @@ $(eval $(call gb_Executable_add_libs,sbase,\
 $(call gb_Executable_get_target,sbase) : \
     $(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher)
 
-$(eval $(call gb_Executable_add_noexception_objects,sbase,\
+$(eval $(call gb_Executable_add_exception_objects,sbase,\
     desktop/win32/source/applauncher/sbase \
 ))
 
diff --git a/desktop/Executable_scalc.mk b/desktop/Executable_scalc.mk
index 66ee9c6..8c8cb42 100644
--- a/desktop/Executable_scalc.mk
+++ b/desktop/Executable_scalc.mk
@@ -26,7 +26,7 @@ $(eval $(call gb_Executable_add_libs,scalc,\
 $(call gb_Executable_get_target,scalc) : \
     $(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher)
 
-$(eval $(call gb_Executable_add_noexception_objects,scalc,\
+$(eval $(call gb_Executable_add_exception_objects,scalc,\
     desktop/win32/source/applauncher/scalc \
 ))
 
diff --git a/desktop/Executable_sdraw.mk b/desktop/Executable_sdraw.mk
index b552970..e3a4eef 100644
--- a/desktop/Executable_sdraw.mk
+++ b/desktop/Executable_sdraw.mk
@@ -26,7 +26,7 @@ $(eval $(call gb_Executable_add_libs,sdraw,\
 $(call gb_Executable_get_target,sdraw) : \
     $(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher)
 
-$(eval $(call gb_Executable_add_noexception_objects,sdraw,\
+$(eval $(call gb_Executable_add_exception_objects,sdraw,\
     desktop/win32/source/applauncher/sdraw \
 ))
 
diff --git a/desktop/Executable_simpress.mk b/desktop/Executable_simpress.mk
index 18c1544..4d0648e 100644
--- a/desktop/Executable_simpress.mk
+++ b/desktop/Executable_simpress.mk
@@ -26,7 +26,7 @@ $(eval $(call gb_Executable_add_libs,simpress,\
 $(call gb_Executable_get_target,simpress) : \
     $(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher)
 
-$(eval $(call gb_Executable_add_noexception_objects,simpress,\
+$(eval $(call gb_Executable_add_exception_objects,simpress,\
     desktop/win32/source/applauncher/simpress \
 ))
 
diff --git a/desktop/Executable_smath.mk b/desktop/Executable_smath.mk
index bb83a18..627ceb4 100644
--- a/desktop/Executable_smath.mk
+++ b/desktop/Executable_smath.mk
@@ -26,7 +26,7 @@ $(eval $(call gb_Executable_add_libs,smath,\
 $(call gb_Executable_get_target,smath) : \
     $(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher)
 
-$(eval $(call gb_Executable_add_noexception_objects,smath,\
+$(eval $(call gb_Executable_add_exception_objects,smath,\
     desktop/win32/source/applauncher/smath \
 ))
 
diff --git a/desktop/Executable_soffice.mk b/desktop/Executable_soffice.mk
index 3d3c39d..15b93f6 100644
--- a/desktop/Executable_soffice.mk
+++ b/desktop/Executable_soffice.mk
@@ -26,7 +26,7 @@ $(eval $(call gb_Executable_use_static_libraries,soffice,\
     winextendloaderenv \
 ))
 
-$(eval $(call gb_Executable_add_noexception_objects,soffice,\
+$(eval $(call gb_Executable_add_exception_objects,soffice,\
     desktop/win32/source/officeloader/officeloader \
 ))
 
diff --git a/desktop/Executable_sweb.mk b/desktop/Executable_sweb.mk
index 6140f0a..901007c 100644
--- a/desktop/Executable_sweb.mk
+++ b/desktop/Executable_sweb.mk
@@ -26,7 +26,7 @@ $(eval $(call gb_Executable_add_libs,sweb,\
 $(call gb_Executable_get_target,sweb) : \
     $(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher)
 
-$(eval $(call gb_Executable_add_noexception_objects,sweb,\
+$(eval $(call gb_Executable_add_exception_objects,sweb,\
     desktop/win32/source/applauncher/sweb \
 ))
 
diff --git a/desktop/Executable_swriter.mk b/desktop/Executable_swriter.mk
index a5ac288..cedefd0 100644
--- a/desktop/Executable_swriter.mk
+++ b/desktop/Executable_swriter.mk
@@ -26,7 +26,7 @@ $(eval $(call gb_Executable_add_libs,swriter,\
 $(call gb_Executable_get_target,swriter) : \
     $(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher)
 
-$(eval $(call gb_Executable_add_noexception_objects,swriter,\
+$(eval $(call gb_Executable_add_exception_objects,swriter,\
     desktop/win32/source/applauncher/swriter \
 ))
 
diff --git a/desktop/Executable_unoinfo.mk b/desktop/Executable_unoinfo.mk
index c7bb5b7c..032b1a7 100644
--- a/desktop/Executable_unoinfo.mk
+++ b/desktop/Executable_unoinfo.mk
@@ -13,7 +13,7 @@ $(eval $(call gb_Executable_use_static_libraries,unoinfo,\
     ooopathutils \
 ))
 
-$(eval $(call gb_Executable_add_noexception_objects,unoinfo,\
+$(eval $(call gb_Executable_add_exception_objects,unoinfo,\
     desktop/win32/source/unoinfo \
 ))
 
diff --git a/desktop/Executable_unopkg.mk b/desktop/Executable_unopkg.mk
index e3a833e..bc7b17b 100644
--- a/desktop/Executable_unopkg.mk
+++ b/desktop/Executable_unopkg.mk
@@ -16,7 +16,7 @@ $(eval $(call gb_Executable_use_static_libraries,unopkg,\
     winextendloaderenv \
 ))
 
-$(eval $(call gb_Executable_add_noexception_objects,unopkg,\
+$(eval $(call gb_Executable_add_exception_objects,unopkg,\
     desktop/win32/source/guiloader/genericloader \
 ))
 
diff --git a/pyuno/Executable_python_wrapper.mk b/pyuno/Executable_python_wrapper.mk
index 7003a71..39ff283 100644
--- a/pyuno/Executable_python_wrapper.mk
+++ b/pyuno/Executable_python_wrapper.mk
@@ -17,7 +17,7 @@ $(eval $(call gb_Executable_use_static_libraries,pyuno/python,\
     ooopathutils \
 ))
 
-$(eval $(call gb_Executable_add_noexception_objects,pyuno/python,\
+$(eval $(call gb_Executable_add_exception_objects,pyuno/python,\
     pyuno/zipcore/python \
 ))
 
diff --git a/shell/Executable_regsvrex.mk b/shell/Executable_regsvrex.mk
index 77949e8..6072c16 100644
--- a/shell/Executable_regsvrex.mk
+++ b/shell/Executable_regsvrex.mk
@@ -9,7 +9,7 @@
 
 $(eval $(call gb_Executable_Executable,regsvrex))
 
-$(eval $(call gb_Executable_add_noexception_objects,regsvrex,\
+$(eval $(call gb_Executable_add_exception_objects,regsvrex,\
     shell/source/tools/regsvrex/regsvrex \
 ))
 
commit 9e0f5f45416f4a44afbc5c9e7d09218ad8f29041
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date:   Wed Jul 17 13:04:21 2013 +0200

    remove last user of gb_Library_add_noexeception_object
    
    Change-Id: I9aef310bd7af21c6725c256109776b3bbb8c9574
    Reviewed-on: https://gerrit.libreoffice.org/4952
    Reviewed-by: Björn Michaelsen <bjoern.michaelsen at canonical.com>
    Tested-by: Björn Michaelsen <bjoern.michaelsen at canonical.com>

diff --git a/connectivity/Library_dbtools.mk b/connectivity/Library_dbtools.mk
index 62c5ead..dd57185 100644
--- a/connectivity/Library_dbtools.mk
+++ b/connectivity/Library_dbtools.mk
@@ -48,7 +48,7 @@ endif
 
 #connectivity/source/commontools/RowFunctionParser.cxx disable optimization?
 
-$(eval $(call gb_Library_add_noexception_objects,dbtools,\
+$(eval $(call gb_Library_add_exception_objects,dbtools,\
 	connectivity/source/simpledbt/refbase \
 ))
 


More information about the Libreoffice-commits mailing list