diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-04-24 12:53:56 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-04-24 20:22:40 +0200 |
commit | d263afb35f3532844a10c23c30e28b5360d96fe4 (patch) | |
tree | c0f142d8c2d63d554c56c0699d1a0362cc563ed4 /svx/source/tbxctrls | |
parent | 4a6ea4ceeec99b27bfb06cde6d8fac3bea068eee (diff) |
don't need to include combobox.hxx
Change-Id: I3cc0fe1be7e7bc28a398c04a6702a6cd4d7d6b53
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92855
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx/source/tbxctrls')
-rw-r--r-- | svx/source/tbxctrls/tbcontrl.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx index cf5541622150..a56ab368f12a 100644 --- a/svx/source/tbxctrls/tbcontrl.cxx +++ b/svx/source/tbxctrls/tbcontrl.cxx @@ -25,7 +25,6 @@ #include <svl/poolitem.hxx> #include <svl/itemset.hxx> #include <vcl/commandinfoprovider.hxx> -#include <vcl/combobox.hxx> #include <vcl/event.hxx> #include <vcl/toolbox.hxx> #include <vcl/customweld.hxx> |