diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-01-20 20:44:26 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-21 15:30:56 +0100 |
commit | 1f846a5a51f0f613087fa68fb364c11912ac2c0f (patch) | |
tree | f9dca0a31c67425da5d8d254044f7920cc015cb3 /svx | |
parent | 59ebcdd732a74c0e4ec536921c13ff4f9577d4b0 (diff) |
drop unneeded includes
Change-Id: I0da7be0983f0dba87dbb3b8f335e27b0305d88fb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87108
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/gallery2/galbrws1.hxx | 3 | ||||
-rw-r--r-- | svx/source/tbxctrls/lboxctrl.cxx | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/svx/source/gallery2/galbrws1.hxx b/svx/source/gallery2/galbrws1.hxx index 288ff6d804ff..de87788fc023 100644 --- a/svx/source/gallery2/galbrws1.hxx +++ b/svx/source/gallery2/galbrws1.hxx @@ -20,9 +20,6 @@ #ifndef INCLUDED_SVX_SOURCE_GALLERY2_GALBRWS1_HXX #define INCLUDED_SVX_SOURCE_GALLERY2_GALBRWS1_HXX -#include <vcl/lstbox.hxx> -#include <vcl/button.hxx> -#include <vcl/menu.hxx> #include <svl/lstner.hxx> #include <vector> diff --git a/svx/source/tbxctrls/lboxctrl.cxx b/svx/source/tbxctrls/lboxctrl.cxx index 0527fe0ec125..43bd5d419f5d 100644 --- a/svx/source/tbxctrls/lboxctrl.cxx +++ b/svx/source/tbxctrls/lboxctrl.cxx @@ -116,7 +116,6 @@ IMPL_LINK(SvxPopupWindowListBox, SelectHdl, ListBox&, rListBox, void) SetInfo(rListBox.GetSelectedEntryCount()); else { - fprintf(stderr, "popdown\n"); m_xControl->Do(GetListBox().GetSelectedEntryCount()); EndPopupMode(); } |