sw/source/filter/writer/writer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit aead01fdc9dcf588203a90685c038319dc408c4f Author: Michael Stahl <mst...@redhat.com> Date: Wed Mar 23 16:06:47 2016 +0100 sw: -Werror=deprecated-declarations Change-Id: If2f2f35ed2b7307d97b84b55083dae8c2f9b0f16 diff --git a/sw/source/filter/writer/writer.cxx b/sw/source/filter/writer/writer.cxx index caae537..6c7c6dd 100644 --- a/sw/source/filter/writer/writer.cxx +++ b/sw/source/filter/writer/writer.cxx @@ -63,7 +63,7 @@ struct Writer_Impl { SvStream * m_pStream; - std::auto_ptr< std::map<OUString, OUString> > pFileNameMap; + std::unique_ptr< std::map<OUString, OUString> > pFileNameMap; std::vector<const SvxFontItem*> aFontRemoveLst; SwBookmarkNodeTable aBkmkNodePos; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits