From 1f846a5a51f0f613087fa68fb364c11912ac2c0f Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 20 Jan 2020 20:44:26 +0000 Subject: drop unneeded includes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I0da7be0983f0dba87dbb3b8f335e27b0305d88fb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87108 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- svx/source/tbxctrls/lboxctrl.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'svx/source/tbxctrls/lboxctrl.cxx') 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(); } -- cgit