diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-10-29 10:51:03 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-10-29 17:27:23 +0100 |
commit | 2cd6ff8a54b0db76b2f4c5f75988367cfb0feaf0 (patch) | |
tree | dd828b1b677f78db2da39e0e5ad2b6db6bb5c432 /editeng | |
parent | 93bf9aee23706a36cabbe51c2677752f93d57812 (diff) |
remove unnecessary includes
Change-Id: Ia4a622b34ff3f71963cff7a1aa8658a4df12f04f
Reviewed-on: https://gerrit.libreoffice.org/81676
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/misc/splwrap.cxx | 2 | ||||
-rw-r--r-- | editeng/source/outliner/outliner.cxx | 2 | ||||
-rw-r--r-- | editeng/source/uno/unoforou.cxx | 1 |
3 files changed, 2 insertions, 3 deletions
diff --git a/editeng/source/misc/splwrap.cxx b/editeng/source/misc/splwrap.cxx index 16224079547a..979be61afa71 100644 --- a/editeng/source/misc/splwrap.cxx +++ b/editeng/source/misc/splwrap.cxx @@ -21,7 +21,7 @@ #include <i18nlangtag/languagetag.hxx> #include <vcl/svapp.hxx> #include <vcl/weld.hxx> -#include <vcl/wrkwin.hxx> +#include <vcl/window.hxx> #include <svtools/langtab.hxx> #include <vcl/errinf.hxx> diff --git a/editeng/source/outliner/outliner.cxx b/editeng/source/outliner/outliner.cxx index e841c1fac408..9da8710c328a 100644 --- a/editeng/source/outliner/outliner.cxx +++ b/editeng/source/outliner/outliner.cxx @@ -28,7 +28,6 @@ #include <math.h> #include <svl/style.hxx> -#include <vcl/wrkwin.hxx> #include <editeng/outliner.hxx> #include "paralist.hxx" #include <editeng/outlobj.hxx> @@ -47,6 +46,7 @@ #include <vcl/graph.hxx> #include <vcl/gdimtf.hxx> #include <vcl/metaact.hxx> +#include <vcl/window.hxx> #include <vcl/GraphicObject.hxx> #include <editeng/svxfont.hxx> #include <editeng/brushitem.hxx> diff --git a/editeng/source/uno/unoforou.cxx b/editeng/source/uno/unoforou.cxx index d43ccbb97a65..b9abddf04455 100644 --- a/editeng/source/uno/unoforou.cxx +++ b/editeng/source/uno/unoforou.cxx @@ -30,7 +30,6 @@ #include <editeng/outliner.hxx> #include <editeng/unoedhlp.hxx> #include <svl/poolitem.hxx> -#include <vcl/wrkwin.hxx> #include <editeng/eeitem.hxx> #include <editeng/unoforou.hxx> |