Kaydet (Commit) 9c99c64e authored tarafından Caolán McNamara's avatar Caolán McNamara

config-less fallback

Change-Id: I695260d6d0c727c3ba7a67886e535569292b15e5
üst 858257d4
......@@ -408,6 +408,8 @@ ColorConfig::ColorConfig()
ColorConfig::~ColorConfig()
{
if (utl::ConfigManager::IsAvoidConfig())
return;
::osl::MutexGuard aGuard( ColorMutex_Impl::get() );
m_pImpl->RemoveListener(this);
if(!--nColorRefCount_Impl)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment