summaryrefslogtreecommitdiff
path: root/framework/inc/uielement/commandinfo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/uielement/commandinfo.hxx')
-rw-r--r--framework/inc/uielement/commandinfo.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/uielement/commandinfo.hxx b/framework/inc/uielement/commandinfo.hxx
index a322c854af9f..eed42f2238e6 100644
--- a/framework/inc/uielement/commandinfo.hxx
+++ b/framework/inc/uielement/commandinfo.hxx
@@ -35,7 +35,7 @@ struct CommandInfo
sal_Int16 nImageInfo;
};
-typedef std::unordered_map<OUString, CommandInfo, OUStringHash> CommandToInfoMap;
+typedef std::unordered_map<OUString, CommandInfo> CommandToInfoMap;
} // namespace framework