diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-08-31 13:45:01 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-08-31 17:44:25 +0200 |
commit | 9b2c9d25bdd9c763078557e809cfacb5d760ffec (patch) | |
tree | 8268bd9714be9be2db52dc2d6c590d59d93ff762 /sw | |
parent | c5ea75a55db0be7d528c0c580bb994f1ae88afb3 (diff) |
drop some unnecessary includes
Change-Id: I004b920e5eab5a848f30842c72399d96a6c033d5
Reviewed-on: https://gerrit.libreoffice.org/78349
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/config/optcomp.cxx | 2 | ||||
-rw-r--r-- | sw/source/ui/config/optload.cxx | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/ui/config/optcomp.cxx b/sw/source/ui/config/optcomp.cxx index 07a7eed9f536..151216d337a6 100644 --- a/sw/source/ui/config/optcomp.cxx +++ b/sw/source/ui/config/optcomp.cxx @@ -34,13 +34,11 @@ #include <sfx2/docfile.hxx> #include <sfx2/docfilt.hxx> #include <sfx2/fcontnr.hxx> -#include <vcl/treelistentry.hxx> #include <IDocumentSettingAccess.hxx> #include <vector> #include <svtools/restartdialog.hxx> #include <comphelper/processfactory.hxx> #include <officecfg/Office/Compatibility.hxx> -#include <vcl/svlbitm.hxx> #include <com/sun/star/beans/PropertyValue.hpp> diff --git a/sw/source/ui/config/optload.cxx b/sw/source/ui/config/optload.cxx index 5ce9878d0403..b932724bd5b2 100644 --- a/sw/source/ui/config/optload.cxx +++ b/sw/source/ui/config/optload.cxx @@ -44,9 +44,7 @@ #include <svtools/insdlg.hxx> #include <svtools/unitconv.hxx> -#include <vcl/treelistentry.hxx> #include <tools/resary.hxx> -#include <vcl/builderfactory.hxx> #include <vcl/settings.hxx> #include <comphelper/classids.hxx> |