framework/source/uifactory/menubarfactory.cxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit 839b50f7e64b01045d98a7fed52f9cc6c5e06a51 Author: Caolán McNamara <caol...@redhat.com> Date: Thu Jun 18 16:43:35 2015 +0100 coverity#1307696 Unchecked return value Change-Id: Id30efd398cc5ee3df0c31cae53028e1a1b6ea025 diff --git a/framework/source/uifactory/menubarfactory.cxx b/framework/source/uifactory/menubarfactory.cxx index cb29ca6..75e5ca4 100644 --- a/framework/source/uifactory/menubarfactory.cxx +++ b/framework/source/uifactory/menubarfactory.cxx @@ -124,7 +124,6 @@ void MenuBarFactory::CreateUIElement(const OUString& ResourceURL Reference< XModuleUIConfigurationManagerSupplier > xModuleCfgSupplier = theModuleUIConfigurationManagerSupplier::get( _rxContext ); xCfgMgr = xModuleCfgSupplier->getUIConfigurationManager( aModuleIdentifier ); - xCfgMgr->hasSettings( aResourceURL ); } } }
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits