summaryrefslogtreecommitdiff
path: root/linguistic
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-09-22 11:53:32 +0000
committerRüdiger Timm <rt@openoffice.org>2004-09-22 11:53:32 +0000
commit95e3e7aebee8d295caf44b7b7732b3d35a5cc4d3 (patch)
tree2a4dd711aaa3a092f2b1eee454e96459d518aaa2 /linguistic
parentd2fd9ad91336054c7e8e8a2deb1183254008de47 (diff)
#i10000# rtl::OUStringHash instead of std::hash
Diffstat (limited to 'linguistic')
-rw-r--r--linguistic/source/convdic.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/linguistic/source/convdic.hxx b/linguistic/source/convdic.hxx
index 510a7748aaee..260c7b7fa31d 100644
--- a/linguistic/source/convdic.hxx
+++ b/linguistic/source/convdic.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: convdic.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2004-09-17 14:04:01 $
+ * last change: $Author: rt $ $Date: 2004-09-22 12:53:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -134,7 +134,7 @@ typedef std::hash_multimap< const rtl::OUString, const rtl::OUString,
typedef std::set< rtl::OUString, StrLT > ConvMapKeySet;
typedef std::hash_multimap< const rtl::OUString, sal_Int16,
- std::hash< const rtl::OUString >, StrEQ > PropTypeMap;
+ rtl::OUStringHash, StrEQ > PropTypeMap;
///////////////////////////////////////////////////////////////////////////