diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-08-11 20:24:32 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-11-25 11:45:05 +0100 |
commit | cdda62d60845f1f1a18b461df198e4dbfbc590ef (patch) | |
tree | dd77df0355a8b623da080731e543fa1121209d1e /svx/source/svdraw/svdotextdecomposition.cxx | |
parent | c638985dd3a63cdf76b2af67cd890f656a9c38eb (diff) |
tdf#42949 Fix new IWYU warnings in directory svx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: If578c5119b85f991825e91df37c42e28f16e9de5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100555
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'svx/source/svdraw/svdotextdecomposition.cxx')
-rw-r--r-- | svx/source/svdraw/svdotextdecomposition.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdotextdecomposition.cxx b/svx/source/svdraw/svdotextdecomposition.cxx index de362466fe03..f95a59f44c80 100644 --- a/svx/source/svdraw/svdotextdecomposition.cxx +++ b/svx/source/svdraw/svdotextdecomposition.cxx @@ -44,7 +44,6 @@ #include <drawinglayer/animation/animationtiming.hxx> #include <basegfx/color/bcolor.hxx> #include <vcl/svapp.hxx> -#include <vcl/canvastools.hxx> #include <editeng/escapementitem.hxx> #include <editeng/svxenum.hxx> #include <editeng/flditem.hxx> |