[Libreoffice-commits] core.git: svx/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jan 21 14:31:28 UTC 2020
svx/source/gallery2/galbrws1.hxx | 3 ---
svx/source/tbxctrls/lboxctrl.cxx | 1 -
2 files changed, 4 deletions(-)
New commits:
commit 1f846a5a51f0f613087fa68fb364c11912ac2c0f
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon Jan 20 20:44:26 2020 +0000
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Tue Jan 21 15:30:56 2020 +0100
drop unneeded includes
Change-Id: I0da7be0983f0dba87dbb3b8f335e27b0305d88fb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87108
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
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();
}
More information about the Libreoffice-commits
mailing list