summaryrefslogtreecommitdiff
path: root/svx/source/unodraw
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-07-01 11:52:10 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-07-01 11:52:10 +0000
commitf50156d646a8217abfffec91e4e7df41bea2f28a (patch)
treef5d822e02b0cb16ad3d2a7df14bc0ae87adc5098 /svx/source/unodraw
parent808996c35723e91a81f617c8b3751748e6691b7e (diff)
INTEGRATION: CWS xmlfilter05 (1.169.12); FILE MERGED
2008/06/27 12:11:32 dr 1.169.12.5: RESYNC: (1.173-1.174); FILE MERGED 2008/06/16 08:46:09 dr 1.169.12.4: RESYNC: (1.172-1.173); FILE MERGED 2008/05/02 11:37:21 hbrinkm 1.169.12.3: RESYNC: (1.169-1.172); FILE MERGED 2008/04/02 13:57:21 hbrinkm 1.169.12.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 13:42:50 os 1.169.12.1: XTextCopy implemented
Diffstat (limited to 'svx/source/unodraw')
-rw-r--r--svx/source/unodraw/unoshape.cxx12
1 files changed, 7 insertions, 5 deletions
diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx
index c40ad725a6..c91c9b9e8b 100644
--- a/svx/source/unodraw/unoshape.cxx
+++ b/svx/source/unodraw/unoshape.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: unoshape.cxx,v $
- * $Revision: 1.175 $
+ * $Revision: 1.176 $
*
* This file is part of OpenOffice.org.
*
@@ -755,7 +755,7 @@ uno::Sequence< uno::Type > SAL_CALL SvxShape::_getTypes()
// Control these pointer again ... it can be, that another instance will be faster then these!
if( aTypeSequence.getLength() == 0 )
{
- aTypeSequence.realloc( 16 );
+ aTypeSequence.realloc( 17 );
uno::Type* pTypes = aTypeSequence.getArray();
*pTypes++ = ::getCppuType((const uno::Reference< drawing::XShape >*)0);
@@ -773,7 +773,8 @@ uno::Sequence< uno::Type > SAL_CALL SvxShape::_getTypes()
*pTypes++ = ::getCppuType((const uno::Reference< container::XNamed >*)0);
*pTypes++ = ::getCppuType((const uno::Reference< drawing::XConnectorShape>*)0);
// from SvxUnoTextBase::getTypes()
- *pTypes++ = ::getCppuType(( const uno::Reference< text::XText >*)0);
+ *pTypes++ = ::getCppuType(( const uno::Reference< text::XTextAppend >*)0);
+ *pTypes++ = ::getCppuType(( const uno::Reference< text::XTextCopy >*)0);
*pTypes++ = ::getCppuType(( const uno::Reference< container::XEnumerationAccess >*)0);
*pTypes++ = ::getCppuType(( const uno::Reference< text::XTextRangeMover >*)0);
}
@@ -914,7 +915,7 @@ uno::Sequence< uno::Type > SAL_CALL SvxShape::_getTypes()
// Control these pointer again ... it can be, that another instance will be faster then these!
if( aTypeSequence.getLength() == 0 )
{
- aTypeSequence.realloc( 15 );
+ aTypeSequence.realloc( 16 );
uno::Type* pTypes = aTypeSequence.getArray();
*pTypes++ = ::getCppuType((const uno::Reference< drawing::XShape >*)0);
@@ -931,7 +932,8 @@ uno::Sequence< uno::Type > SAL_CALL SvxShape::_getTypes()
*pTypes++ = ::getCppuType((const uno::Reference< lang::XUnoTunnel >*)0);
*pTypes++ = ::getCppuType((const uno::Reference< container::XNamed >*)0);
// from SvxUnoTextBase::getTypes()
- *pTypes++ = ::getCppuType(( const uno::Reference< text::XText >*)0);
+ *pTypes++ = ::getCppuType(( const uno::Reference< text::XTextAppend >*)0);
+ *pTypes++ = ::getCppuType(( const uno::Reference< text::XTextCopy >*)0);
*pTypes++ = ::getCppuType(( const uno::Reference< container::XEnumerationAccess >*)0);
*pTypes++ = ::getCppuType(( const uno::Reference< text::XTextRangeMover >*)0);
}