summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-17 12:27:12 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-17 12:27:12 +0000
commit2cf48fdfbd4fba3bc47b0e0ed2ea33ba8de0329e (patch)
tree1c19170e06d7eb06250731e4fe852e90487862c5 /comphelper
parent2b61b3cd8bfc585068315144142797b18e7bf0c0 (diff)
INTEGRATION: CWS os8 (1.6.4); FILE MERGED
2003/04/07 06:41:30 os 1.6.4.1: #108472# XComponent added
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/inc/comphelper/TypeGeneration.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/comphelper/inc/comphelper/TypeGeneration.hxx b/comphelper/inc/comphelper/TypeGeneration.hxx
index 8f441c163073..74adf752345e 100644
--- a/comphelper/inc/comphelper/TypeGeneration.hxx
+++ b/comphelper/inc/comphelper/TypeGeneration.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: TypeGeneration.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: hr $ $Date: 2003-03-19 15:58:28 $
+ * last change: $Author: vg $ $Date: 2003-04-17 13:27:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -142,6 +142,7 @@ namespace comphelper
CPPUTYPE_REFMODEL, //getCppuType( (Reference< frame::XModel >*)0)
CPPUTYPE_OUSTRINGS, //getCppuType( (Sequence<OUString>*)0 )
+ CPPUTYPE_REFCOMPONENT, //getCppuType( (Reference< lang::XComponent >*)0 )
CPPUTYPE_END
};
void GenerateCppuType ( sal_uInt16 eType, const com::sun::star::uno::Type*& pType );