summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/editattributemap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xml/editattributemap.hxx')
-rw-r--r--sc/source/filter/xml/editattributemap.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/xml/editattributemap.hxx b/sc/source/filter/xml/editattributemap.hxx
index 031e9356c51f..636b38c71137 100644
--- a/sc/source/filter/xml/editattributemap.hxx
+++ b/sc/source/filter/xml/editattributemap.hxx
@@ -36,7 +36,7 @@ public:
const Entry* getEntryByItemID(sal_uInt16 nItemID) const;
private:
- typedef std::unordered_map<OUString, const Entry*, OUStringHash> StrToEntriesType;
+ typedef std::unordered_map<OUString, const Entry*> StrToEntriesType;
typedef std::unordered_map<sal_uInt16, const Entry*> IndexToEntriesType;
StrToEntriesType maAPIEntries;
IndexToEntriesType maItemIDEntries;