nativeb: #i111039#: changed extension description
This commit is contained in:
parent
89d568da16
commit
cbea64e0a2
1 changed files with 4 additions and 0 deletions
|
@ -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 )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue