summaryrefslogtreecommitdiff
path: root/sdext/source/pdfimport/sax/saxattrlist.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/pdfimport/sax/saxattrlist.hxx')
-rw-r--r--sdext/source/pdfimport/sax/saxattrlist.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdext/source/pdfimport/sax/saxattrlist.hxx b/sdext/source/pdfimport/sax/saxattrlist.hxx
index 73c9222a2258..77c4dc4e20f2 100644
--- a/sdext/source/pdfimport/sax/saxattrlist.hxx
+++ b/sdext/source/pdfimport/sax/saxattrlist.hxx
@@ -44,10 +44,10 @@ namespace pdfi
: m_aName( i_rName ), m_aValue( i_rValue ) {}
};
std::vector< AttrEntry > m_aAttributes;
- std::unordered_map< OUString, size_t, OUStringHash > m_aIndexMap;
+ std::unordered_map< OUString, size_t > m_aIndexMap;
public:
- explicit SaxAttrList( const std::unordered_map< OUString, OUString, OUStringHash >& );
+ explicit SaxAttrList( const std::unordered_map< OUString, OUString >& );
SaxAttrList( const SaxAttrList& );
virtual ~SaxAttrList() override;