summaryrefslogtreecommitdiff
path: root/cosv/inc/cosv/stringdata.hxx
diff options
context:
space:
mode:
authorNikolai Pretzell <np@openoffice.org>2002-11-01 11:18:53 +0000
committerNikolai Pretzell <np@openoffice.org>2002-11-01 11:18:53 +0000
commit0fc2847738442a837b39a784e0bf5467b4885a60 (patch)
tree5d63eaf977af8e29b57c1219728d0c74dc7a6f05 /cosv/inc/cosv/stringdata.hxx
parent9615f4841885f75acb3a7f6c5a9030955cec19bb (diff)
#103134# Allow cross references in IDL docu and some minor but essential fixes in cosv
Diffstat (limited to 'cosv/inc/cosv/stringdata.hxx')
-rw-r--r--cosv/inc/cosv/stringdata.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cosv/inc/cosv/stringdata.hxx b/cosv/inc/cosv/stringdata.hxx
index 9d08933a363d..84144a09a210 100644
--- a/cosv/inc/cosv/stringdata.hxx
+++ b/cosv/inc/cosv/stringdata.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: stringdata.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: np $ $Date: 2002-03-08 14:25:39 $
+ * last change: $Author: np $ $Date: 2002-11-01 12:18:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -153,7 +153,7 @@ StringData<CHAR>::Data() const
}
template <class CHAR>
-StringData<CHAR>::size_type
+typename StringData<CHAR>::size_type
StringData<CHAR>::Size() const
{
return nSize;