summaryrefslogtreecommitdiff
path: root/framework/source/uiconfiguration/CommandImageResolver.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/uiconfiguration/CommandImageResolver.hxx')
-rw-r--r--framework/source/uiconfiguration/CommandImageResolver.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/uiconfiguration/CommandImageResolver.hxx b/framework/source/uiconfiguration/CommandImageResolver.hxx
index 8d5a3c9ef309..8b5dbe3a82b5 100644
--- a/framework/source/uiconfiguration/CommandImageResolver.hxx
+++ b/framework/source/uiconfiguration/CommandImageResolver.hxx
@@ -28,7 +28,7 @@ namespace vcl
class CommandImageResolver final
{
private:
- typedef std::unordered_map<OUString, OUString, OUStringHash > CommandToImageNameMap;
+ typedef std::unordered_map<OUString, OUString > CommandToImageNameMap;
CommandToImageNameMap m_aCommandToImageNameMap;
std::vector<OUString> m_aImageCommandNameVector;