[Libreoffice-commits] core.git: framework/source
Caolán McNamara
caolanm at redhat.com
Thu Jun 18 09:13:51 PDT 2015
framework/source/uifactory/menubarfactory.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 839b50f7e64b01045d98a7fed52f9cc6c5e06a51
Author: Caolán McNamara <caolanm at 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 );
}
}
}
More information about the Libreoffice-commits
mailing list