diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-05-12 07:07:51 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-05-12 07:07:51 +0000 |
commit | 3e3f5699b336317142e9785de44199c678983a15 (patch) | |
tree | 06354a2a41eb7fba952868cb7d5ca83835cc97f5 /linguistic/source/convdic.hxx | |
parent | 85f6c9b9ce14e2df596d254c890b961418f5ad55 (diff) |
#i10000# Fixed by obo for .Net2003 build?
Diffstat (limited to 'linguistic/source/convdic.hxx')
-rw-r--r-- | linguistic/source/convdic.hxx | 6 |
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 { |