summaryrefslogtreecommitdiff
path: root/embeddedobj
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-04-04 07:08:11 +0000
committerRüdiger Timm <rt@openoffice.org>2005-04-04 07:08:11 +0000
commitf6ad2e9d755305826bf5c542e19a5d5a2249ad82 (patch)
treef5a92ffa343c9e1989dfdf1745732190d3a51070 /embeddedobj
parentbc41348ee0ce76fefadd6543dddaeeac5ae9b3bd (diff)
INTEGRATION: CWS tl07 (1.11.2); FILE MERGED
2005/03/15 09:39:47 tl 1.11.2.4: RESYNC: (1.13-1.14); FILE MERGED 2005/02/14 12:26:21 tl 1.11.2.3: RESYNC: (1.12-1.13); FILE MERGED 2005/01/24 14:35:54 tl 1.11.2.2: RESYNC: (1.11-1.12); FILE MERGED 2005/01/24 12:58:57 mba 1.11.2.1: #i38930#: implementation for XChild
Diffstat (limited to 'embeddedobj')
-rw-r--r--embeddedobj/source/commonembedding/miscobj.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/embeddedobj/source/commonembedding/miscobj.cxx b/embeddedobj/source/commonembedding/miscobj.cxx
index 444448f5ad5b..42c90a2da9dd 100644
--- a/embeddedobj/source/commonembedding/miscobj.cxx
+++ b/embeddedobj/source/commonembedding/miscobj.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: miscobj.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: rt $ $Date: 2005-03-29 14:55:45 $
+ * last change: $Author: rt $ $Date: 2005-04-04 08:08:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -408,6 +408,7 @@ uno::Any SAL_CALL OCommonEmbeddedObject::queryInterface( const uno::Type& rType
static_cast< embed::XClassifiedObject* >( this ),
static_cast< embed::XComponentSupplier* >( this ),
static_cast< util::XCloseable* >( this ),
+ static_cast< container::XChild* >( this ),
static_cast< document::XEventBroadcaster* >( this ) );
if ( aReturn.hasValue() )
@@ -449,6 +450,7 @@ uno::Sequence< uno::Type > SAL_CALL OCommonEmbeddedObject::getTypes()
::getCppuType( (const uno::Reference< embed::XEmbeddedObject >*)NULL ),
::getCppuType( (const uno::Reference< embed::XInplaceObject >*)NULL ),
::getCppuType( (const uno::Reference< embed::XCommonEmbedPersist >*)NULL ),
+ ::getCppuType( (const uno::Reference< container::XChild >*)NULL ),
::getCppuType( (const uno::Reference< embed::XLinkageSupport >*)NULL ) );
pTypeCollection = &aTypeCollection ;
@@ -460,6 +462,7 @@ uno::Sequence< uno::Type > SAL_CALL OCommonEmbeddedObject::getTypes()
::getCppuType( (const uno::Reference< embed::XEmbeddedObject >*)NULL ),
::getCppuType( (const uno::Reference< embed::XInplaceObject >*)NULL ),
::getCppuType( (const uno::Reference< embed::XCommonEmbedPersist >*)NULL ),
+ ::getCppuType( (const uno::Reference< container::XChild >*)NULL ),
::getCppuType( (const uno::Reference< embed::XEmbedPersist >*)NULL ) );
pTypeCollection = &aTypeCollection ;