summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxsdrexport.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-03-19 09:16:16 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-03-19 09:17:09 +0100
commit5b55db59f93d526e7c2e192194aa562c640cce16 (patch)
tree5afe01df74a45e763ebe5cb55f310fa183626413 /sw/source/filter/ww8/docxsdrexport.hxx
parent4d2de5816378d119d78e81f60075c88baec8fef2 (diff)
DocxSdrExport::Impl: use std::unique_ptr for m_pFlyFillAttrList
Change-Id: I134f375f3785beb05f320be67990d3b2d572d46f
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 da2d97516a13..a086b2a0c086 100644
--- a/sw/source/filter/ww8/docxsdrexport.hxx
+++ b/sw/source/filter/ww8/docxsdrexport.hxx
@@ -76,7 +76,7 @@ public:
bool IsDMLAndVMLDrawingOpen();
bool IsParagraphHasDrawing();
void setParagraphHasDrawing(bool bParagraphHasDrawing);
- sax_fastparser::FastAttributeList*& getFlyFillAttrList();
+ std::unique_ptr<sax_fastparser::FastAttributeList>& getFlyFillAttrList();
sax_fastparser::FastAttributeList* getFlyWrapAttrList();
void setFlyWrapAttrList(sax_fastparser::FastAttributeList* pAttrList);
/// Attributes of <wps:bodyPr>, used during DML export of text frames.