nativeb: #i111039#: changed extension description

This commit is contained in:
Ivo Hinkelmann 2010-05-10 11:54:37 +02:00
parent 89d568da16
commit cbea64e0a2

View file

@ -376,6 +376,10 @@ Reference< XShape > Shape::createAndInsert(
if( xLockable.is() )
xLockable->addActionLock();
Reference< document::XActionLockable > xLockable( mxShape, UNO_QUERY );
if( xLockable.is() )
xLockable->addActionLock();
// sj: removing default text of placeholder objects such as SlideNumberShape or HeaderShape
if ( bClearText )
{