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 --- accessibility/inc/extended/textwindowaccessibility.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'accessibility') diff --git a/accessibility/inc/extended/textwindowaccessibility.hxx b/accessibility/inc/extended/textwindowaccessibility.hxx index b5eaec4568b5..5c1fd4229511 100644 --- a/accessibility/inc/extended/textwindowaccessibility.hxx +++ b/accessibility/inc/extended/textwindowaccessibility.hxx @@ -320,8 +320,7 @@ private: typedef std::unordered_map< OUString, - css::beans::PropertyValue, - OUStringHash > tPropValMap; + css::beans::PropertyValue > tPropValMap; class Document: public ::VCLXAccessibleComponent, public ::SfxListener { -- cgit