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

state *which* context name is not recognized

Change-Id: I179155364f0470b75f14f2ac7b675d76462a9635
üst ff66595a
......@@ -390,7 +390,7 @@ void ResourceManager::ReadContextList (
const EnumContext::Context eContext (EnumContext::GetContextEnum(sContextName));
if (eContext == EnumContext::Context_Unknown)
{
OSL_FAIL("context name not recognized");
SAL_WARN("sfx2.sidebar", "context name " << sContextName << " not recognized");
continue;
}
......
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