From 4eccdcbd51db6093c3abb78c2471785e0cf6a4bb Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Thu, 17 Apr 2003 12:27:23 +0000 Subject: INTEGRATION: CWS os8 (1.7.4); FILE MERGED 2003/04/07 06:41:43 os 1.7.4.1: #108472# XComponent added --- comphelper/source/property/TypeGeneration.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'comphelper') 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" ); -- cgit