summaryrefslogtreecommitdiff
path: root/sc/inc/formulaparserpool.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/formulaparserpool.hxx')
-rw-r--r--sc/inc/formulaparserpool.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/inc/formulaparserpool.hxx b/sc/inc/formulaparserpool.hxx
index ba8b1c51d499..8b66791afa39 100644
--- a/sc/inc/formulaparserpool.hxx
+++ b/sc/inc/formulaparserpool.hxx
@@ -43,8 +43,7 @@ public:
private:
typedef std::unordered_map<
OUString,
- css::uno::Reference< css::sheet::XFormulaParser >,
- OUStringHash > ParserMap;
+ css::uno::Reference< css::sheet::XFormulaParser > > ParserMap;
const ScDocument& mrDoc;
ParserMap maParsers;