summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-06-17 11:47:57 +0000
committerRüdiger Timm <rt@openoffice.org>2004-06-17 11:47:57 +0000
commita9f8a0d42185fbc638e075ebdec83488565f8728 (patch)
tree1f1740edf154156f72e96a6cae5386ca4d71cb25 /idlc
parenta27c4409c3412208388f11fa8eacef3bc57aa4a7 (diff)
INTEGRATION: CWS ooo64bit01 (1.3.8); FILE MERGED
2004/05/02 00:38:14 svesik 1.3.8.2: RESYNC: (1.3-1.4); FILE MERGED 2004/03/16 23:54:08 fa 1.3.8.1: Merge cws_srx644_port64bit, other misc fixes
Diffstat (limited to 'idlc')
-rw-r--r--idlc/inc/idlc/idlctypes.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/idlc/inc/idlc/idlctypes.hxx b/idlc/inc/idlc/idlctypes.hxx
index a6122b7b2827..ff616df88ec7 100644
--- a/idlc/inc/idlc/idlctypes.hxx
+++ b/idlc/inc/idlc/idlctypes.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: idlctypes.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2004-03-30 16:43:47 $
+ * last change: $Author: rt $ $Date: 2004-06-17 12:47:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,7 +85,7 @@ struct EqualString
struct HashString
{
- size_t operator()(const ::rtl::OString& str) const
+ sal_Int32 operator()(const ::rtl::OString& str) const
{
return str.hashCode();
}