summaryrefslogtreecommitdiffstats
path: root/sax/source/fastparser/fastparser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sax/source/fastparser/fastparser.cxx')
-rw-r--r--sax/source/fastparser/fastparser.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sax/source/fastparser/fastparser.cxx b/sax/source/fastparser/fastparser.cxx
index 40608010b53e..90330cdbd8d8 100644
--- a/sax/source/fastparser/fastparser.cxx
+++ b/sax/source/fastparser/fastparser.cxx
@@ -68,8 +68,7 @@ class FastLocatorImpl;
struct NamespaceDefine;
struct Entity;
-typedef std::unordered_map< OUString, sal_Int32,
- OUStringHash > NamespaceMap;
+typedef std::unordered_map< OUString, sal_Int32 > NamespaceMap;
struct EventList
{