summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2010-05-10 11:54:37 +0200
committerIvo Hinkelmann <ihi@openoffice.org>2010-05-10 11:54:37 +0200
commitcbea64e0a2620d62fb80179bec92cfe4c521e571 (patch)
tree0e5bd1dd544248570d4abb0eafd974850401a51c /oox
parent89d568da16f746cb8bc94fb21cc29dd5f0031a75 (diff)
nativeb: #i111039#: changed extension description
Diffstat (limited to 'oox')
-rw-r--r--oox/source/drawingml/shape.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/oox/source/drawingml/shape.cxx b/oox/source/drawingml/shape.cxx
index c8f0dd7c2f5a..22b9063c820f 100644
--- a/oox/source/drawingml/shape.cxx
+++ b/oox/source/drawingml/shape.cxx
@@ -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 )
{