More unnamed namespace clean-up

Change-Id: Iaba8b9b3415c357990b795b6f23b98929ac5e00a
This commit is contained in:
Stephan Bergmann 2015-01-05 14:02:27 +01:00
parent 406629e9a0
commit f76f40560e

View File

@ -133,11 +133,7 @@ struct EnvironmentsData
bool isDisposing;
};
namespace
{
struct theEnvironmentsData : public rtl::Static< EnvironmentsData, theEnvironmentsData > {};
}
struct theEnvironmentsData : public rtl::Static< EnvironmentsData, theEnvironmentsData > {};
struct uno_DefaultEnvironment : public uno_ExtEnvironment
{
@ -696,6 +692,7 @@ static void writeLine(
writeLine( stream, aLine.getStr(), pFilter );
}
}
extern "C" void SAL_CALL uno_dumpEnvironment(
void * stream, uno_Environment * pEnv, const sal_Char * pFilter )
@ -839,14 +836,14 @@ namespace
};
class theStaticOIdPart : public rtl::Static<makeOIdPart, theStaticOIdPart> {};
}
inline static const OUString & unoenv_getStaticOIdPart()
{
return theStaticOIdPart::get().getOIdPart();
}
}
extern "C"
{
@ -902,6 +899,7 @@ static void SAL_CALL unoenv_releaseInterface(
}
}
namespace {
EnvironmentsData::~EnvironmentsData()
{