From 87a9979c8938b800aab6e35903d60d24892e7f2e Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 19 Oct 2017 17:18:17 +0200 Subject: overload std::hash for OUString and OString no need to explicitly specify it anymore Change-Id: I6ad9259cce77201fdd75152533f5151aae83e9ec Reviewed-on: https://gerrit.libreoffice.org/43567 Tested-by: Jenkins Reviewed-by: Noel Grandin --- framework/inc/xml/toolboxdocumenthandler.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'framework/inc/xml/toolboxdocumenthandler.hxx') diff --git a/framework/inc/xml/toolboxdocumenthandler.hxx b/framework/inc/xml/toolboxdocumenthandler.hxx index 7dc7133ec337..c2be53da64d1 100644 --- a/framework/inc/xml/toolboxdocumenthandler.hxx +++ b/framework/inc/xml/toolboxdocumenthandler.hxx @@ -87,8 +87,7 @@ class FWE_DLLPUBLIC OReadToolBoxDocumentHandler : OUString getErrorLineString(); class ToolBoxHashMap : public std::unordered_map + ToolBox_XML_Entry> { }; -- cgit