summaryrefslogtreecommitdiffstats
path: root/sc/inc/autonamecache.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-10-03 11:49:09 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-10-03 13:09:22 +0100
commitdbec763c672ae5a08b6fb6763e87e41a5ec14ca9 (patch)
tree99f577a430eccf301c23fd1b1394efb55d8b54cc /sc/inc/autonamecache.hxx
parentCID#705745 mem leak on early exit (diff)
downloadcore-dbec763c672ae5a08b6fb6763e87e41a5ec14ca9.tar.gz
core-dbec763c672ae5a08b6fb6763e87e41a5ec14ca9.zip
de-GetBuffer calc
Change-Id: I6bb013cc32d5b363dd08738543b1fb834d39f516
Diffstat (limited to 'sc/inc/autonamecache.hxx')
-rw-r--r--sc/inc/autonamecache.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/autonamecache.hxx b/sc/inc/autonamecache.hxx
index 981631d96d3e..8a53702eefa4 100644
--- a/sc/inc/autonamecache.hxx
+++ b/sc/inc/autonamecache.hxx
@@ -26,7 +26,7 @@
#include "global.hxx"
typedef ::std::vector< ScAddress > ScAutoNameAddresses;
-typedef ::boost::unordered_map< String, ScAutoNameAddresses, ScStringHashCode, ::std::equal_to< String > > ScAutoNameHashMap;
+typedef ::boost::unordered_map< OUString, ScAutoNameAddresses, OUStringHash > ScAutoNameHashMap;
/** Cache for faster lookup of automatic names during CompileXML
(during CompileXML, no document content is changed). */