diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2019-08-06 20:09:01 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-08-07 09:10:43 +0200 |
commit | 1c5465ef1158ebf0f3f64e3343c2ed610024e5a8 (patch) | |
tree | bdfcac83cc959a56e622d51a0c327c38bee9ab43 /sw/source | |
parent | 8d69d9568de04e2b1c0d86e126afb77b9998012a (diff) |
Remove some unused includes
See tdf#42949 for motivation.
Change-Id: I76f3cbf866d20a3e70d06148fb42ca25998de34b
Reviewed-on: https://gerrit.libreoffice.org/77063
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/filter/ww8/docxsdrexport.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/filter/ww8/docxsdrexport.cxx b/sw/source/filter/ww8/docxsdrexport.cxx index 305c570af64d..9a57f65a5fd7 100644 --- a/sw/source/filter/ww8/docxsdrexport.cxx +++ b/sw/source/filter/ww8/docxsdrexport.cxx @@ -10,7 +10,6 @@ #include "docxsdrexport.hxx" #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/drawing/PointSequenceSequence.hpp> -#include <editeng/charrotateitem.hxx> #include <editeng/lrspitem.hxx> #include <editeng/ulspitem.hxx> #include <editeng/shaditem.hxx> @@ -23,8 +22,6 @@ #include <fmtsrnd.hxx> #include <fmtcntnt.hxx> #include <fmtornt.hxx> -#include <ndtxt.hxx> -#include <txatbase.hxx> #include <fmtfsize.hxx> #include <frmatr.hxx> #include "docxattributeoutput.hxx" |