These extern "C" functions are not in an unnamed namespace

Change-Id: I185b29c185094176e0992fc84c9cc82ff93de9c2
This commit is contained in:
Stephan Bergmann 2015-01-05 13:53:26 +01:00
parent debced0f29
commit 406629e9a0

View File

@ -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: */