summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2003-12-01 14:50:41 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2003-12-01 14:50:41 +0000
commit7a46ec3a40389052257f88f4f88d9b07231673c8 (patch)
tree7eb3f07f084cf9a9a74a4311accca4def3558baa /idl
parentc3bdc561c90a33d5c321b95d59a317e2c8449701 (diff)
INTEGRATION: CWS ooo20031110 (1.1.1.1.80); FILE MERGED
2003/11/09 08:34:35 waratah 1.1.1.1.80.1: #i21906# add class after firend keyword
Diffstat (limited to 'idl')
-rw-r--r--idl/inc/hash.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/idl/inc/hash.hxx b/idl/inc/hash.hxx
index 59c2a4d605c2..3c3db985bda7 100644
--- a/idl/inc/hash.hxx
+++ b/idl/inc/hash.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: hash.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:30:41 $
+ * last change: $Author: rt $ $Date: 2003-12-01 15:50:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -99,7 +99,7 @@ public:
class SvStringHashTable;
class SvStringHashEntry : public SvRefBase
{
-friend SvStringHashTable;
+friend class SvStringHashTable;
ByteString aName;
UINT32 nHashId;
ULONG nValue;