diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-01-15 21:18:30 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-16 10:26:23 +0100 |
commit | c1a8e151a10cce70079f3f9f7ba3c14d1cb37eaa (patch) | |
tree | bffc0128d5e1f5e119261814929c5d08af97c9c9 /svx | |
parent | edeb04d15b3cc1bd01e869004cc29bba5f4797a2 (diff) |
drop some unneeded includes
Change-Id: I9d3a086d1d256f21da537bc96499243abd861090
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86887
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/tbxctrls/SvxPresetListBox.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/svx/source/tbxctrls/SvxPresetListBox.cxx b/svx/source/tbxctrls/SvxPresetListBox.cxx index fef60dc90f34..e19a9421e2de 100644 --- a/svx/source/tbxctrls/SvxPresetListBox.cxx +++ b/svx/source/tbxctrls/SvxPresetListBox.cxx @@ -20,11 +20,9 @@ #include <svx/SvxPresetListBox.hxx> #include <svx/xtable.hxx> #include <vcl/commandevent.hxx> +#include <vcl/image.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> -#include <vcl/image.hxx> -#include <vcl/menu.hxx> -#include <vcl/popupmenuwindow.hxx> SvxPresetListBox::SvxPresetListBox(std::unique_ptr<weld::ScrolledWindow> pWindow) : SvtValueSet(std::move(pWindow)) |