From 79f115b91e5ad4d9038e127bf0b57843e157eac9 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 2 Jan 2015 16:22:46 +0000 Subject: boost::unordered_map->std::unordered_map Change-Id: I2c65709cda6f10810452dfb8aa1a247cb3a5564f --- sc/inc/formulaparserpool.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sc/inc/formulaparserpool.hxx') diff --git a/sc/inc/formulaparserpool.hxx b/sc/inc/formulaparserpool.hxx index ebe78c04d5e0..cc2771b29b0c 100644 --- a/sc/inc/formulaparserpool.hxx +++ b/sc/inc/formulaparserpool.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SC_INC_FORMULAPARSERPOOL_HXX #define INCLUDED_SC_INC_FORMULAPARSERPOOL_HXX -#include +#include #include class ScDocument; @@ -41,7 +41,7 @@ public: getFormulaParser( const OUString& rNamespace ); private: - typedef ::boost::unordered_map< + typedef std::unordered_map< OUString, ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XFormulaParser >, OUStringHash, -- cgit