diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-08-12 09:07:09 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-08-12 09:08:36 +0200 |
commit | 77d74a8ced8dc2259e865e8fd2702d693beccb38 (patch) | |
tree | 8306a7b952db68eb670f13a316c57f128c6cb770 /sw | |
parent | e889f6f69de882dfb7ed5a6fb8363ade6ee43d86 (diff) |
sw: unused includes
Change-Id: Ie0377766a0ba505e09cad98fe2fba3b37facd206
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/unocore/unochart.cxx | 1 | ||||
-rw-r--r-- | sw/source/core/unocore/unoparagraph.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/core/unocore/unochart.cxx b/sw/source/core/unocore/unochart.cxx index 925088d1f674..9c100c7a7c2f 100644 --- a/sw/source/core/unocore/unochart.cxx +++ b/sw/source/core/unocore/unochart.cxx @@ -46,7 +46,6 @@ #include <docary.hxx> #include <comphelper/servicehelper.hxx> #include <comphelper/string.hxx> -#include <boost/scoped_ptr.hpp> using namespace ::com::sun::star; diff --git a/sw/source/core/unocore/unoparagraph.cxx b/sw/source/core/unocore/unoparagraph.cxx index 6e48653321c3..72fc834f104c 100644 --- a/sw/source/core/unocore/unoparagraph.cxx +++ b/sw/source/core/unocore/unoparagraph.cxx @@ -45,7 +45,6 @@ #include <com/sun/star/text/WrapTextMode.hpp> #include <com/sun/star/text/TextContentAnchorType.hpp> #include <comphelper/servicehelper.hxx> -#include <boost/scoped_ptr.hpp> //UUUU #include <swunohelper.hxx> |