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

coverity#1307696 Unchecked return value

Change-Id: Id30efd398cc5ee3df0c31cae53028e1a1b6ea025
üst a7e7d057
......@@ -124,7 +124,6 @@ void MenuBarFactory::CreateUIElement(const OUString& ResourceURL
Reference< XModuleUIConfigurationManagerSupplier > xModuleCfgSupplier =
theModuleUIConfigurationManagerSupplier::get( _rxContext );
xCfgMgr = xModuleCfgSupplier->getUIConfigurationManager( aModuleIdentifier );
xCfgMgr->hasSettings( aResourceURL );
}
}
}
......
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