summaryrefslogtreecommitdiff
path: root/sw/source/filter/writer/writer.cxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-03-23 16:06:47 +0100
committerMichael Stahl <mstahl@redhat.com>2016-03-23 16:07:15 +0100
commitaead01fdc9dcf588203a90685c038319dc408c4f (patch)
tree89dc24ef8cf94b2c1a34a9b12cb02781a4a19654 /sw/source/filter/writer/writer.cxx
parent89ba55076fdc8a97071b584d74b418bd5a8c08b1 (diff)
sw: -Werror=deprecated-declarations
Change-Id: If2f2f35ed2b7307d97b84b55083dae8c2f9b0f16
Diffstat (limited to 'sw/source/filter/writer/writer.cxx')
-rw-r--r--sw/source/filter/writer/writer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/writer/writer.cxx b/sw/source/filter/writer/writer.cxx
index caae537b17c0..6c7c6dd25ba4 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;