[Libreoffice-commits] core.git: bridges/source

Michael Stahl mstahl at redhat.com
Fri Nov 21 09:44:39 PST 2014


 bridges/source/cpp_uno/gcc3_linux_arm/except.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 04a7e55b486d4da83434ce6c81036b3fcf7be469
Author: Michael Stahl <mstahl at redhat.com>
Date:   Fri Nov 21 18:38:38 2014 +0100

    bridges: oops some semicolons got lost
    
    Change-Id: I5c2f9286067237ec1a9df6a47009e25e82ea7f63

diff --git a/bridges/source/cpp_uno/gcc3_linux_arm/except.cxx b/bridges/source/cpp_uno/gcc3_linux_arm/except.cxx
index 675187c..23ebca5 100644
--- a/bridges/source/cpp_uno/gcc3_linux_arm/except.cxx
+++ b/bridges/source/cpp_uno/gcc3_linux_arm/except.cxx
@@ -309,7 +309,7 @@ namespace CPPU_CURRENT_NAMESPACE
             RuntimeException aRE( "no exception header!" );
             Type const & rType = ::getCppuType( &aRE );
             uno_type_any_constructAndConvert( pUnoExc, &aRE, rType.getTypeLibType(), pCpp2Uno );
-            SAL_WARN("bridges", aRE.Message)
+            SAL_WARN("bridges", aRE.Message);
             return;
         }
 
@@ -325,7 +325,7 @@ namespace CPPU_CURRENT_NAMESPACE
             RuntimeException aRE( OUString("exception type not found: ") + unoName );
             Type const & rType = ::getCppuType( &aRE );
             uno_type_any_constructAndConvert( pUnoExc, &aRE, rType.getTypeLibType(), pCpp2Uno );
-            SAL_WARN("bridges", aRE.Message)
+            SAL_WARN("bridges", aRE.Message);
         }
         else
         {


More information about the Libreoffice-commits mailing list