summaryrefslogtreecommitdiff
path: root/linguistic/source/convdic.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-24 13:41:10 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-24 13:41:10 +0000
commit37791812be42bed4f212947a0393596b9854f820 (patch)
tree9b2741231e86b304e3b1fedf65b7a47aa87eca4f /linguistic/source/convdic.hxx
parentbcb8ecf10f248baeb4ec3b8d542d73f440b5e9ee (diff)
INTEGRATION: CWS cmcfixes2 (1.8.14); FILE MERGED
2005/02/11 14:36:38 cmc 1.8.14.1: #i42421# minor stl tweak
Diffstat (limited to 'linguistic/source/convdic.hxx')
-rw-r--r--linguistic/source/convdic.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/linguistic/source/convdic.hxx b/linguistic/source/convdic.hxx
index 260c7b7fa31d..589ca695b4cf 100644
--- a/linguistic/source/convdic.hxx
+++ b/linguistic/source/convdic.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: convdic.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2004-09-22 12:53:32 $
+ * last change: $Author: vg $ $Date: 2005-02-24 14:41:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,7 +58,6 @@
*
*
************************************************************************/
-
#ifndef _LINGUISTIC_CONVDIC_HXX_
#define _LINGUISTIC_CONVDIC_HXX_
@@ -128,7 +127,7 @@ struct StrEQ
}
};
-typedef std::hash_multimap< const rtl::OUString, const rtl::OUString,
+typedef std::hash_multimap< const rtl::OUString, rtl::OUString,
const rtl::OUStringHash, StrEQ > ConvMap;
typedef std::set< rtl::OUString, StrLT > ConvMapKeySet;