diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-10-06 16:04:45 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-10-06 20:55:11 +0200 |
commit | 1dc6a3aeec6d0f67990c2e18c31f094fc3edeba7 (patch) | |
tree | 2c3dd727151c4a699dd0df42dfef9f6cb7004f3b /sw/source | |
parent | fca8704954c9e38719ac0158ba66edd8d85522ed (diff) |
drop some now unnecessary include
Change-Id: I9db3d9a172a41c70ed343efd76f4c7c8f88b3a3f
Reviewed-on: https://gerrit.libreoffice.org/61471
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/core/crsr/viscrs.cxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/inc/unotools.hxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/utlui/gloslst.cxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/core/crsr/viscrs.cxx b/sw/source/core/crsr/viscrs.cxx index 1b437fe76e33..f8d802cf95fa 100644 --- a/sw/source/core/crsr/viscrs.cxx +++ b/sw/source/core/crsr/viscrs.cxx @@ -19,7 +19,6 @@ #include <config_features.h> -#include <vcl/dialog.hxx> #include <vcl/weld.hxx> #include <vcl/svapp.hxx> #include <vcl/wrkwin.hxx> diff --git a/sw/source/uibase/inc/unotools.hxx b/sw/source/uibase/inc/unotools.hxx index 17e780c7877e..9ea3edb99490 100644 --- a/sw/source/uibase/inc/unotools.hxx +++ b/sw/source/uibase/inc/unotools.hxx @@ -21,7 +21,6 @@ #include <vcl/button.hxx> #include <vcl/edit.hxx> -#include <vcl/dialog.hxx> #include <vcl/fixed.hxx> #include <vcl/layout.hxx> #include <vcl/idle.hxx> diff --git a/sw/source/uibase/utlui/gloslst.cxx b/sw/source/uibase/utlui/gloslst.cxx index 2827cf3c7a52..9eee09388514 100644 --- a/sw/source/uibase/utlui/gloslst.cxx +++ b/sw/source/uibase/utlui/gloslst.cxx @@ -18,7 +18,6 @@ */ #include <tools/urlobj.hxx> -#include <vcl/dialog.hxx> #include <vcl/button.hxx> #include <vcl/fixed.hxx> #include <vcl/lstbox.hxx> |