summaryrefslogtreecommitdiffstats
path: root/framework/inc/uielement/uicommanddescription.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/uielement/uicommanddescription.hxx')
-rw-r--r--framework/inc/uielement/uicommanddescription.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/framework/inc/uielement/uicommanddescription.hxx b/framework/inc/uielement/uicommanddescription.hxx
index 9e837cb0c4a2..083cffe71ac2 100644
--- a/framework/inc/uielement/uicommanddescription.hxx
+++ b/framework/inc/uielement/uicommanddescription.hxx
@@ -83,13 +83,11 @@ private:
public:
typedef std::unordered_map< OUString,
OUString,
- OUStringHash,
- std::equal_to< OUString > > ModuleToCommandFileMap;
+ OUStringHash > ModuleToCommandFileMap;
typedef std::unordered_map< OUString,
css::uno::Reference< css::container::XNameAccess >,
- OUStringHash,
- std::equal_to< OUString > > UICommandsHashMap;
+ OUStringHash > UICommandsHashMap;
protected:
UICommandDescription( const css::uno::Reference< css::uno::XComponentContext>& rxContext, bool );