diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-01-05 13:53:26 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-01-05 13:53:26 +0100 |
commit | 406629e9a00ca51c65645c8cc230c0f8a7e9263f (patch) | |
tree | 0a136b093a8fe9bfbda607cf60efae9f2446d37c /cppu/source/uno/lbenv.cxx | |
parent | debced0f2916f7cb412e6bfcb514e3017adc7202 (diff) |
These extern "C" functions are not in an unnamed namespace
Change-Id: I185b29c185094176e0992fc84c9cc82ff93de9c2
Diffstat (limited to 'cppu/source/uno/lbenv.cxx')
-rw-r--r-- | cppu/source/uno/lbenv.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cppu/source/uno/lbenv.cxx b/cppu/source/uno/lbenv.cxx index ebbe6020638a..f9f1107d7ae9 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: */ |