summaryrefslogtreecommitdiff
path: root/stoc/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-03 11:01:27 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-03 11:01:27 +0000
commit7d43658c880ce8b31f284b087729eb7ed3ed7640 (patch)
tree20735c656387d1acd36a2530da235e1009c806c7 /stoc/source
parent35a3552dfb1338fecebdca79f51dbcbd2e035571 (diff)
INTEGRATION: CWS sb10 (1.9.52); FILE MERGED
2004/01/13 10:30:35 sb 1.9.52.1: #114000# Fixed InterfaceIdlClassImpl to allow multipe superclasses.
Diffstat (limited to 'stoc/source')
-rw-r--r--stoc/source/corereflection/base.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/stoc/source/corereflection/base.hxx b/stoc/source/corereflection/base.hxx
index ed433a35be9b..efd28fc42c9e 100644
--- a/stoc/source/corereflection/base.hxx
+++ b/stoc/source/corereflection/base.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: base.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 12:00:39 $
+ * last change: $Author: hr $ $Date: 2004-02-03 12:01:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -275,7 +275,7 @@ class InterfaceIdlClassImpl
{
typedef pair< OUString, typelib_TypeDescription * > MemberInit;
- Reference< XIdlClass > _xSuperClass;
+ Sequence< Reference< XIdlClass > > _xSuperClasses;
MemberInit * _pSortedMemberInit; // first methods, then attributes
OUString2Field _aName2Field;