summaryrefslogtreecommitdiff
path: root/framework/source/uifactory
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-06-18 16:43:35 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-06-18 17:13:22 +0100
commit839b50f7e64b01045d98a7fed52f9cc6c5e06a51 (patch)
tree0fa2f8bea543299804ef722f75367ab187d79882 /framework/source/uifactory
parenta7e7d057a4a574b337f3df6e9a600aac918be09c (diff)
coverity#1307696 Unchecked return value
Change-Id: Id30efd398cc5ee3df0c31cae53028e1a1b6ea025
Diffstat (limited to 'framework/source/uifactory')
-rw-r--r--framework/source/uifactory/menubarfactory.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/source/uifactory/menubarfactory.cxx b/framework/source/uifactory/menubarfactory.cxx
index cb29ca66acb9..75e5ca4647f1 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 );
}
}
}