summaryrefslogtreecommitdiffstats
path: root/linguistic
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-05-12 07:07:51 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-05-12 07:07:51 +0000
commit3e3f5699b336317142e9785de44199c678983a15 (patch)
tree06354a2a41eb7fba952868cb7d5ca83835cc97f5 /linguistic
parentnew version for SRC680 (diff)
downloadcore-3e3f5699b336317142e9785de44199c678983a15.tar.gz
core-3e3f5699b336317142e9785de44199c678983a15.zip
#i10000# Fixed by obo for .Net2003 build?
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 fb25f420bca7..37706d8d4793 100644
--- a/linguistic/source/convdic.hxx
+++ b/linguistic/source/convdic.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: convdic.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obo $ $Date: 2004-04-29 08:17:43 $
+ * last change: $Author: rt $ $Date: 2004-05-12 08:07:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -126,7 +126,7 @@ struct StrEQ
namespace std
{
-struct std::hash< const rtl::OUString >
+template <> struct std::hash< const rtl::OUString >
{
inline size_t operator()( const rtl::OUString &rTxt ) const
{