diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-12-08 10:31:35 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-12-08 14:57:00 +0100 |
commit | bf264ca8d31d39c15e8c609b3fda3608bcdfa194 (patch) | |
tree | 69625b29b55a0bc665ad64f453a7a3fab1ab8d64 /sw | |
parent | 1ce76cb05311e7766d16d4da168c57d3516cd792 (diff) |
drop some unneeded includes
Change-Id: Ia88a06ebb0bcf5f21bcbb9fc842f896e07a88f41
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107407
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/view/dialoghelp.cxx | 1 | ||||
-rw-r--r-- | sw/source/core/view/pagepreviewlayout.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/core/view/dialoghelp.cxx b/sw/source/core/view/dialoghelp.cxx index cdb47694456e..88d12484d2f3 100644 --- a/sw/source/core/view/dialoghelp.cxx +++ b/sw/source/core/view/dialoghelp.cxx @@ -10,7 +10,6 @@ #include <sfx2/docfile.hxx> #include <sfx2/frame.hxx> #include <vcl/weld.hxx> -#include <vcl/window.hxx> #include <dialoghelp.hxx> #include <doc.hxx> diff --git a/sw/source/core/view/pagepreviewlayout.cxx b/sw/source/core/view/pagepreviewlayout.cxx index c7d22e89e787..ac91694845fe 100644 --- a/sw/source/core/view/pagepreviewlayout.cxx +++ b/sw/source/core/view/pagepreviewlayout.cxx @@ -23,7 +23,6 @@ #include <algorithm> #include <osl/diagnose.h> #include <tools/fract.hxx> -#include <vcl/window.hxx> #include <vcl/settings.hxx> #include <rootfrm.hxx> |