diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-01-13 14:35:27 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-13 20:30:33 +0100 |
commit | b3185eb977042347106b92a5062ea695ef4b82ef (patch) | |
tree | 4c8ed3114fcdd2a143f3ca6d18b2e89df4f51b8b /svx/source | |
parent | 62ad8f6f42a5f8c0150770b3490988bac62178e9 (diff) |
remove some unneeded includes
Change-Id: I6d9cde8f8dad5be52e79946b4d0ec12989bb9ee3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86696
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/form/databaselocationinput.cxx | 1 | ||||
-rw-r--r-- | svx/source/sidebar/possize/PosSizePropertyPanel.cxx | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/svx/source/form/databaselocationinput.cxx b/svx/source/form/databaselocationinput.cxx index 6d49c7dd2eff..4688d1cab7af 100644 --- a/svx/source/form/databaselocationinput.cxx +++ b/svx/source/form/databaselocationinput.cxx @@ -35,7 +35,6 @@ #include <tools/diagnose_ex.h> #include <unotools/confignode.hxx> #include <unotools/ucbhelper.hxx> -#include <vcl/button.hxx> #include <vcl/svapp.hxx> #include <vcl/weld.hxx> diff --git a/svx/source/sidebar/possize/PosSizePropertyPanel.cxx b/svx/source/sidebar/possize/PosSizePropertyPanel.cxx index fb4798920ce4..d902c27d84c2 100644 --- a/svx/source/sidebar/possize/PosSizePropertyPanel.cxx +++ b/svx/source/sidebar/possize/PosSizePropertyPanel.cxx @@ -36,13 +36,9 @@ #include <svx/dlgutil.hxx> #include <unotools/localedatawrapper.hxx> #include <unotools/viewoptions.hxx> -#include <vcl/button.hxx> #include <vcl/canvastools.hxx> #include <vcl/virdev.hxx> #include <vcl/svapp.hxx> -#include <vcl/field.hxx> -#include <vcl/fixed.hxx> -#include <vcl/toolbox.hxx> #include <svl/aeitem.hxx> #include <svl/intitem.hxx> #include <svx/svdpagv.hxx> |