summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/shapecontext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/drawingml/shapecontext.cxx')
-rw-r--r--oox/source/drawingml/shapecontext.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/source/drawingml/shapecontext.cxx b/oox/source/drawingml/shapecontext.cxx
index f7bdc9b1c815..1cd22c7cd422 100644
--- a/oox/source/drawingml/shapecontext.cxx
+++ b/oox/source/drawingml/shapecontext.cxx
@@ -76,6 +76,7 @@ ContextHandlerRef ShapeContext::onCreateContext( sal_Int32 aElementToken, const
mpShapePtr->setId( rAttribs.getStringDefaulted( XML_id ) );
mpShapePtr->setName( rAttribs.getStringDefaulted( XML_name ) );
mpShapePtr->setDescription( rAttribs.getStringDefaulted( XML_descr ) );
+ mpShapePtr->setTitle(rAttribs.getStringDefaulted(XML_title));
break;
}
case XML_hlinkMouseOver: