summaryrefslogtreecommitdiff
path: root/svtools/source/uno/contextmenuhelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/uno/contextmenuhelper.cxx')
-rw-r--r--svtools/source/uno/contextmenuhelper.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/svtools/source/uno/contextmenuhelper.cxx b/svtools/source/uno/contextmenuhelper.cxx
index 3ae2b5b10129..6c74a1be305f 100644
--- a/svtools/source/uno/contextmenuhelper.cxx
+++ b/svtools/source/uno/contextmenuhelper.cxx
@@ -377,7 +377,7 @@ ContextMenuHelper::dispatchCommand(
// retrieves and stores references to our user-interface
// configuration managers, like image manager, ui command
// description manager.
-bool
+void
ContextMenuHelper::associateUIConfigurationManagers()
{
uno::Reference< frame::XFrame > xFrame( m_xWeakFrame );
@@ -445,13 +445,9 @@ ContextMenuHelper::associateUIConfigurationManagers()
}
catch ( uno::Exception& )
{
- m_bUICfgMgrAssociated = true;
- return false;
}
m_bUICfgMgrAssociated = true;
}
-
- return true;
}
Image