summaryrefslogtreecommitdiff
path: root/xmloff/source/draw
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/draw')
-rw-r--r--xmloff/source/draw/EnhancedCustomShapeToken.cxx16
1 files changed, 1 insertions, 15 deletions
diff --git a/xmloff/source/draw/EnhancedCustomShapeToken.cxx b/xmloff/source/draw/EnhancedCustomShapeToken.cxx
index 6f9c520e0211..d9c45ea1698a 100644
--- a/xmloff/source/draw/EnhancedCustomShapeToken.cxx
+++ b/xmloff/source/draw/EnhancedCustomShapeToken.cxx
@@ -24,21 +24,7 @@
namespace xmloff { namespace EnhancedCustomShapeToken {
-struct THash
-{
- size_t operator()( const char* s ) const
- {
- return rtl_str_hashCode(s);
- }
-};
-struct TCheck
-{
- bool operator()( const char* s1, const char* s2 ) const
- {
- return strcmp( s1, s2 ) == 0;
- }
-};
-typedef boost::unordered_map< const char*, EnhancedCustomShapeTokenEnum, THash, TCheck> TypeNameHashMap;
+typedef boost::unordered_map< const char*, EnhancedCustomShapeTokenEnum, rtl::CStringHash, rtl::CStringEqual> TypeNameHashMap;
static TypeNameHashMap* pHashMap = NULL;
static ::osl::Mutex& getHashMapMutex()
{
itle='2011-02-07 13:06:08 +0100'>2011-02-07removetooltypes01: Rebase to DEV300m99Carsten Driesner 2011-02-03chart52: merge with DEV300_m99Ingrid Halama [iha] 2011-01-25chart52: merge with DEV300_m98Ingrid Halama [iha] 2011-01-24chart52: #28670# make the legend within charts resizeable - part 2Ingrid Halama [iha] 2011-01-20Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold 2011-01-15chart46: merge with DEV300_m97Ingrid Halama [iha] 2011-01-06removetooltypes01: rebase to DEV300_m96Mikhail Voytenko 2010-12-10chart46: #i25706# implement date axis - switching to scatter or bubbleIngrid Halama [iha] 2010-12-10chart46: #i25706# implement date axis - cleanupIngrid Halama [iha] 2010-12-06remove obsolete __FAR_DATAMichael Callahan 2010-11-10 removetooltypes01: #i112600# resync to DEV300_m92; remove tooltypes from xml...Xiaofei Zhang 2010-11-09RTL macro converted from createFromAsciiGert Faller 2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth 2010-04-17CWS gnumake2: rebase to DEV300_m76; fix build problemsMathias Bauer 2010-04-16CWS gnumake2: move delivered header files from xmloff/inc to xmloff/inc/xmlof...Mathias Bauer 2010-02-26chart43: merge with DEV300_m72Ingrid Halama 2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien 2010-01-13chartmultiline: #i82971# complex categories (part3 - complex categories for i...Ingrid Halama 2009-09-14CWS-TOOLING: integrate CWS chart41Kurt Zenker 2009-07-28CWS-TOOLING: integrate CWS chart39Jens-Heiner Rechtien 2009-07-02CWS-TOOLING: integrate CWS bubblechartRelease Engineers 2009-05-18CWS-TOOLING: integrate CWS koheichart01Jens-Heiner Rechtien 2008-06-06INTEGRATION: CWS chart25 (1.42.18); FILE MERGEDRüdiger Timm