bridges/source/cpp_uno/gcc3_linux_arm/except.cxx  |    2 +-
 bridges/source/cpp_uno/gcc3_linux_m68k/except.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f9309a171a762b888bdfbea1dba8cbc1683be089
Author:     Caolán McNamara <[email protected]>
AuthorDate: Sat Aug 4 17:47:51 2018 +0100
Commit:     Caolán McNamara <[email protected]>
CommitDate: Sat Aug 4 17:47:51 2018 +0100

    fix arm build
    
    Change-Id: I9662478b41486f1fb12ffd83b5046afd48289ed7

diff --git a/bridges/source/cpp_uno/gcc3_linux_arm/except.cxx 
b/bridges/source/cpp_uno/gcc3_linux_arm/except.cxx
index d6e4c0daacd3..3d5fe694e70d 100644
--- a/bridges/source/cpp_uno/gcc3_linux_arm/except.cxx
+++ b/bridges/source/cpp_uno/gcc3_linux_arm/except.cxx
@@ -298,7 +298,7 @@ namespace CPPU_CURRENT_NAMESPACE
     }
 #endif
 
-    void fillUnoException( __cxa_exception * header, uno_Any * pUnoExc, 
uno_Mapping * pCpp2Uno )
+    void fillUnoException(uno_Any * pUnoExc, uno_Mapping * pCpp2Uno)
     {
         __cxa_exception * header = __cxa_get_globals()->caughtExceptions;
         if (! header)
diff --git a/bridges/source/cpp_uno/gcc3_linux_m68k/except.cxx 
b/bridges/source/cpp_uno/gcc3_linux_m68k/except.cxx
index 051f5408cba3..cf2be0b0729d 100644
--- a/bridges/source/cpp_uno/gcc3_linux_m68k/except.cxx
+++ b/bridges/source/cpp_uno/gcc3_linux_m68k/except.cxx
@@ -266,7 +266,7 @@ namespace CPPU_CURRENT_NAMESPACE
         return header->adjustedPtr;
     }
 
-    void fillUnoException( __cxa_exception * header, uno_Any * pUnoExc, 
uno_Mapping * pCpp2Uno )
+    void fillUnoException(uno_Any * pUnoExc, uno_Mapping * pCpp2Uno)
     {
         __cxa_exception * header = __cxa_get_globals()->caughtExceptions;
         if (! header)
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to