summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-17 12:27:23 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-17 12:27:23 +0000
commit4eccdcbd51db6093c3abb78c2471785e0cf6a4bb (patch)
tree8ce6961d02c1bb38a39a85463aa0dfa8a870b901 /comphelper
parent2cf48fdfbd4fba3bc47b0e0ed2ea33ba8de0329e (diff)
INTEGRATION: CWS os8 (1.7.4); FILE MERGED
2003/04/07 06:41:43 os 1.7.4.1: #108472# XComponent added
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/property/TypeGeneration.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/comphelper/source/property/TypeGeneration.cxx b/comphelper/source/property/TypeGeneration.cxx
index 56f2c4d3c845..38af23555691 100644
--- a/comphelper/source/property/TypeGeneration.cxx
+++ b/comphelper/source/property/TypeGeneration.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: TypeGeneration.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2003-03-19 15:58:38 $
+ * last change: $Author: vg $ $Date: 2003-04-17 13:27:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -428,6 +428,7 @@ namespace comphelper
case CPPUTYPE_REFRESULTSET: pType = &::getCppuType( (Reference< sdbc::XResultSet >*)0); break;
case CPPUTYPE_REFCONNECTION: pType = &::getCppuType( (Reference< sdbc::XConnection >*)0); break;
case CPPUTYPE_REFMODEL: pType = &::getCppuType( (Reference< frame::XModel >*)0); break;
+ case CPPUTYPE_REFCOMPONENT: pType = &::getCppuType( (Reference< lang::XComponent >*)0 ); break;
default:
OSL_ASSERT( "Unknown CPPU type" );