summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxsdrexport.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-04-28 09:12:04 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-04-28 09:12:28 +0200
commit95a29424abe1c588c68d737ec50ea780375a9334 (patch)
tree2043f0436a5ad5852d34fc0dd4976146ec9129ba /sw/source/filter/ww8/docxsdrexport.hxx
parentfe7fa0baffe2cbc282eb3108be53762b919396c1 (diff)
DocxSdrExport::Impl::m_pTextboxAttrList: use std::unique_ptr<>
Change-Id: If6c836c7e155c958a56fb69a06730c4e5a9ee1b5
Diffstat (limited to 'sw/source/filter/ww8/docxsdrexport.hxx')
-rw-r--r--sw/source/filter/ww8/docxsdrexport.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/docxsdrexport.hxx b/sw/source/filter/ww8/docxsdrexport.hxx
index cbdd1008c0f4..b99b235b3890 100644
--- a/sw/source/filter/ww8/docxsdrexport.hxx
+++ b/sw/source/filter/ww8/docxsdrexport.hxx
@@ -64,7 +64,7 @@ public:
bool getDMLTextFrameSyntax();
std::unique_ptr<sax_fastparser::FastAttributeList>& getFlyAttrList();
/// Attributes of the next v:textbox element.
- sax_fastparser::FastAttributeList* getTextboxAttrList();
+ std::unique_ptr<sax_fastparser::FastAttributeList>& getTextboxAttrList();
OStringBuffer& getTextFrameStyle();
/// Same, as DocxAttributeOutput::m_bBtLr, but for textframe rotation.
bool getFrameBtLr();