diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-07-30 14:30:11 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-07-30 14:30:11 +0000 |
commit | 5506e794141a8fcc84d03ae418624e190d63f778 (patch) | |
tree | 0a764e2a5152a1b9bf877244f39af95f5f61007f /linguistic | |
parent | eafdb8ef741a7ba2a320f0cf00ec07f16b7a46b1 (diff) |
INTEGRATION: CWS gcc340fixes01 (1.4.4); FILE MERGED
2004/07/14 15:57:38 fa 1.4.4.1: #i31468# Make gcc 3.4 happy (patch from cmc)
Diffstat (limited to 'linguistic')
-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 37706d8d4793..091113c0bc5a 100644 --- a/linguistic/source/convdic.hxx +++ b/linguistic/source/convdic.hxx @@ -2,9 +2,9 @@ * * $RCSfile: convdic.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2004-05-12 08:07:51 $ + * last change: $Author: kz $ $Date: 2004-07-30 15:30:11 $ * * 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 { -template <> struct std::hash< const rtl::OUString > +template <> struct hash< const rtl::OUString > { inline size_t operator()( const rtl::OUString &rTxt ) const { |