summaryrefslogtreecommitdiffstats
path: root/svtools/source/table/cellvalueconversion.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/table/cellvalueconversion.cxx')
-rw-r--r--svtools/source/table/cellvalueconversion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/table/cellvalueconversion.cxx b/svtools/source/table/cellvalueconversion.cxx
index 2f28c3ddc732..6f1b477bc517 100644
--- a/svtools/source/table/cellvalueconversion.cxx
+++ b/svtools/source/table/cellvalueconversion.cxx
@@ -80,7 +80,7 @@ namespace svt
class StandardFormatNormalizer;
struct CellValueConversion_Data
{
- typedef std::unordered_map< OUString, std::shared_ptr< StandardFormatNormalizer >, OUStringHash > NormalizerCache;
+ typedef std::unordered_map< OUString, std::shared_ptr< StandardFormatNormalizer > > NormalizerCache;
Reference< XNumberFormatter > xNumberFormatter;
bool bAttemptedFormatterCreation;