summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxsdrexport.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-03-14 10:41:49 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-03-14 11:45:55 +0100
commitf21e8575326430d29bfe3a5c17b923f8f38cc20c (patch)
treef6dc58573ce905708fe489cb1fc561e5eedb5eb6 /sw/source/filter/ww8/docxsdrexport.hxx
parent05aa02a85d3f9ab6cd9d217ad2d1bef9ca28fd71 (diff)
DocxSdrExport::Impl::m_pFlyAttrList: use unique_ptr
Change-Id: I3424af5e3c10eef454cb6a17ec6e84113fbe10f4
Diffstat (limited to 'sw/source/filter/ww8/docxsdrexport.hxx')
-rw-r--r--sw/source/filter/ww8/docxsdrexport.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/docxsdrexport.hxx b/sw/source/filter/ww8/docxsdrexport.hxx
index 09101289003e..da2d97516a13 100644
--- a/sw/source/filter/ww8/docxsdrexport.hxx
+++ b/sw/source/filter/ww8/docxsdrexport.hxx
@@ -62,8 +62,7 @@ public:
const Size* getFlyFrameSize();
bool getTextFrameSyntax();
bool getDMLTextFrameSyntax();
- sax_fastparser::FastAttributeList*& getFlyAttrList();
- void setFlyAttrList(sax_fastparser::FastAttributeList* pAttrList);
+ std::unique_ptr<sax_fastparser::FastAttributeList>& getFlyAttrList();
/// Attributes of the next v:textbox element.
sax_fastparser::FastAttributeList* getTextboxAttrList();
OStringBuffer& getTextFrameStyle();