From daf177f703081d7afaa9b1701cf187c9a3e93ee5 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 7 Jul 2017 12:14:59 +0200 Subject: use more OUString::operator== in test..xmlsecurity Change-Id: If5bdd1532be44a47ff7cc3b769be3ea585aea562 Reviewed-on: https://gerrit.libreoffice.org/39685 Tested-by: Jenkins Reviewed-by: Noel Grandin --- unoxml/source/xpath/xpathapi.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unoxml') diff --git a/unoxml/source/xpath/xpathapi.cxx b/unoxml/source/xpath/xpathapi.cxx index faf243b6ff69..bae64f8fda45 100644 --- a/unoxml/source/xpath/xpathapi.cxx +++ b/unoxml/source/xpath/xpathapi.cxx @@ -108,7 +108,7 @@ namespace XPath { ::osl::MutexGuard const g(m_Mutex); - if ((m_nsmap.find(aPrefix))->second.equals(aURI)) { + if ((m_nsmap.find(aPrefix))->second == aURI) { m_nsmap.erase(aPrefix); } } -- cgit v1.2.3