summaryrefslogtreecommitdiff
path: root/oox/inc/drawingml/table/tablecell.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/inc/drawingml/table/tablecell.hxx')
-rw-r--r--oox/inc/drawingml/table/tablecell.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/inc/drawingml/table/tablecell.hxx b/oox/inc/drawingml/table/tablecell.hxx
index e936d0777cdc..313e153e7222 100644
--- a/oox/inc/drawingml/table/tablecell.hxx
+++ b/oox/inc/drawingml/table/tablecell.hxx
@@ -70,7 +70,7 @@ public:
void setHorzOverflowToken( sal_Int32 nToken ){ mnHorzOverflowToken = nToken; };
void setTextBody( const oox::drawingml::TextBodyPtr& pTextBody ){ mpTextBody = pTextBody; };
- oox::drawingml::TextBodyPtr getTextBody(){ return mpTextBody; };
+ const oox::drawingml::TextBodyPtr& getTextBody(){ return mpTextBody; };
void pushToXCell( const ::oox::core::XmlFilterBase& rFilterBase,
const ::oox::drawingml::TextListStylePtr& pMasterTextListStyle,