[Libreoffice-commits] core.git: sw/source

Caolán McNamara caolanm at redhat.com
Fri Sep 16 08:29:09 UTC 2016


 sw/source/filter/ww8/ww8par.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 389939b02bde4ea72268960310bbd1f2984200bf
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Sep 16 09:24:27 2016 +0100

    fix build
    
    Change-Id: I700d3b791ad7380e4d875cf33b98879303f01fb0

diff --git a/sw/source/filter/ww8/ww8par.hxx b/sw/source/filter/ww8/ww8par.hxx
index 52b3626..39c7df7 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<WW8FlyPara> m_xWWFly;
+    std::shared_ptr<WW8FlyPara> m_xWWFly;
     SwNumRule*  m_pOutlineNumrule;
     long        m_nFilePos;
     sal_uInt16      m_nBase;


More information about the Libreoffice-commits mailing list