summaryrefslogtreecommitdiff
path: root/sw/source/filter/writer
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2013-08-15 00:41:38 +0200
committerMichael Stahl <mstahl@redhat.com>2013-08-15 15:06:52 +0000
commita9a2ed7705c8248142aa0897fcdac422edd3b123 (patch)
tree8f70dc729f50baf97227ee66961c4bc4fb9f17b0 /sw/source/filter/writer
parent98a9577c315e7727befa4f2b968bad3bfebe29c5 (diff)
Remove unused data member
Change-Id: I2d38b1979c6104212a25dc22859c72410e587934 Reviewed-on: https://gerrit.libreoffice.org/5428 Reviewed-by: Andrzej J.R. Hunt <andrzej@ahunt.org> Tested-by: Andrzej J.R. Hunt <andrzej@ahunt.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sw/source/filter/writer')
-rw-r--r--sw/source/filter/writer/writer.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/filter/writer/writer.cxx b/sw/source/filter/writer/writer.cxx
index e60d85b7e60c..b58aa2d3a032 100644
--- a/sw/source/filter/writer/writer.cxx
+++ b/sw/source/filter/writer/writer.cxx
@@ -31,7 +31,6 @@
#include <IMark.hxx>
#include <numrule.hxx>
#include <swerror.h>
-#include <boost/scoped_ptr.hpp>
using namespace ::com::sun::star;
@@ -64,7 +63,6 @@ struct Writer_Impl
{
SvStream * m_pStream;
- boost::scoped_ptr< std::map<String, String> > pFileNameMap;
std::vector<const SvxFontItem*> aFontRemoveLst;
SwBookmarkNodeTable aBkmkNodePos;