sw/source/filter/writer/writer.cxx | 2 -- 1 file changed, 2 deletions(-)
New commits: commit a9a2ed7705c8248142aa0897fcdac422edd3b123 Author: Matteo Casalin <[email protected]> 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 <[email protected]> Tested-by: Andrzej J.R. Hunt <[email protected]> Reviewed-by: Michael Stahl <[email protected]> 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; _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
