summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-01-20 20:44:26 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-01-21 15:30:56 +0100
commit1f846a5a51f0f613087fa68fb364c11912ac2c0f (patch)
treef9dca0a31c67425da5d8d254044f7920cc015cb3 /svx
parent59ebcdd732a74c0e4ec536921c13ff4f9577d4b0 (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.hxx3
-rw-r--r--svx/source/tbxctrls/lboxctrl.cxx1
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();
}