[Libreoffice-commits] core.git: desktop/StaticLibrary_winextendloaderenv.mk desktop/StaticLibrary_winlauncher.mk

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


 desktop/StaticLibrary_winextendloaderenv.mk |    2 +-
 desktop/StaticLibrary_winlauncher.mk        |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 15178efd902580b8226e9fcf4a72d600b9314626
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date:   Wed Jul 17 13:21:50 2013 +0200

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

diff --git a/desktop/StaticLibrary_winextendloaderenv.mk b/desktop/StaticLibrary_winextendloaderenv.mk
index d920ac8..4e87b8f 100644
--- a/desktop/StaticLibrary_winextendloaderenv.mk
+++ b/desktop/StaticLibrary_winextendloaderenv.mk
@@ -10,7 +10,7 @@
 
 $(eval $(call gb_StaticLibrary_StaticLibrary,winextendloaderenv))
 
-$(eval $(call gb_StaticLibrary_add_noexception_objects,winextendloaderenv,\
+$(eval $(call gb_StaticLibrary_add_exception_objects,winextendloaderenv,\
     desktop/win32/source/extendloaderenvironment \
 ))
 
diff --git a/desktop/StaticLibrary_winlauncher.mk b/desktop/StaticLibrary_winlauncher.mk
index 64cd81a..1ebefcc 100644
--- a/desktop/StaticLibrary_winlauncher.mk
+++ b/desktop/StaticLibrary_winlauncher.mk
@@ -14,7 +14,7 @@ $(eval $(call gb_StaticLibrary_add_defs,winlauncher,\
     -DUNICODE \
 ))
 
-$(eval $(call gb_StaticLibrary_add_noexception_objects,winlauncher,\
+$(eval $(call gb_StaticLibrary_add_exception_objects,winlauncher,\
     desktop/win32/source/applauncher/launcher \
 ))
 


More information about the Libreoffice-commits mailing list