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

Stephan Bergmann sbergman at redhat.com
Mon Jan 5 04:53:55 PST 2015


 cppu/source/uno/lbenv.cxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 406629e9a00ca51c65645c8cc230c0f8a7e9263f
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Jan 5 13:53:26 2015 +0100

    These extern "C" functions are not in an unnamed namespace
    
    Change-Id: I185b29c185094176e0992fc84c9cc82ff93de9c2

diff --git a/cppu/source/uno/lbenv.cxx b/cppu/source/uno/lbenv.cxx
index ebbe602..f9f1107 100644
--- a/cppu/source/uno/lbenv.cxx
+++ b/cppu/source/uno/lbenv.cxx
@@ -1077,6 +1077,7 @@ static bool loadEnv(OUString const  & cLibStem,
     return true;
 }
 
+}
 
 extern "C"
 {
@@ -1179,6 +1180,4 @@ void SAL_CALL uno_getRegisteredEnvironments(
 
 } // extern "C"
 
-}
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list