[Libreoffice-commits] core.git: sw/source
Matteo Casalin
matteo.casalin at yahoo.com
Thu Aug 15 08:07:15 PDT 2013
sw/source/filter/writer/writer.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit a9a2ed7705c8248142aa0897fcdac422edd3b123
Author: Matteo Casalin <matteo.casalin at yahoo.com>
Date: Thu Aug 15 00:41:38 2013 +0200
Remove unused data member
Change-Id: I2d38b1979c6104212a25dc22859c72410e587934
Reviewed-on: https://gerrit.libreoffice.org/5428
Reviewed-by: Andrzej J.R. Hunt <andrzej at ahunt.org>
Tested-by: Andrzej J.R. Hunt <andrzej at ahunt.org>
Reviewed-by: Michael Stahl <mstahl at redhat.com>
diff --git a/sw/source/filter/writer/writer.cxx b/sw/source/filter/writer/writer.cxx
index e60d85b..b58aa2d 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;
More information about the Libreoffice-commits
mailing list