summaryrefslogtreecommitdiff
path: root/sc/source/core/inc/cellkeytranslator.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/inc/cellkeytranslator.hxx')
-rw-r--r--sc/source/core/inc/cellkeytranslator.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/inc/cellkeytranslator.hxx b/sc/source/core/inc/cellkeytranslator.hxx
index 655b9aa792e3..9bfa9a25bd72 100644
--- a/sc/source/core/inc/cellkeytranslator.hxx
+++ b/sc/source/core/inc/cellkeytranslator.hxx
@@ -40,7 +40,7 @@ struct ScCellKeyword
ScCellKeyword(const sal_Char* pName, OpCode eOpCode, const css::lang::Locale& rLocale);
};
-typedef std::unordered_map< OUString, ::std::list<ScCellKeyword>, OUStringHash > ScCellKeywordHashMap;
+typedef std::unordered_map< OUString, ::std::list<ScCellKeyword> > ScCellKeywordHashMap;
/** Translate cell function keywords.