From 389939b02bde4ea72268960310bbd1f2984200bf Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 16 Sep 2016 09:24:27 +0100 Subject: fix build Change-Id: I700d3b791ad7380e4d875cf33b98879303f01fb0 --- sw/source/filter/ww8/ww8par.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw/source/filter/ww8/ww8par.hxx b/sw/source/filter/ww8/ww8par.hxx index 52b3626f22b3..39c7df745e1f 100644 --- a/sw/source/filter/ww8/ww8par.hxx +++ b/sw/source/filter/ww8/ww8par.hxx @@ -221,7 +221,7 @@ public: rtl_TextEncoding m_eRTLFontSrcCharSet; // rtl_TextEncoding for the font rtl_TextEncoding m_eCJKFontSrcCharSet; // rtl_TextEncoding for the font SwFormat* m_pFormat; - std::unique_ptr m_xWWFly; + std::shared_ptr m_xWWFly; SwNumRule* m_pOutlineNumrule; long m_nFilePos; sal_uInt16 m_nBase; -- cgit