[Libreoffice-commits] core.git: svx/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Thu Jan 16 09:26:56 UTC 2020


 svx/source/tbxctrls/SvxPresetListBox.cxx |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit c1a8e151a10cce70079f3f9f7ba3c14d1cb37eaa
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Wed Jan 15 21:18:30 2020 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Thu Jan 16 10:26:23 2020 +0100

    drop some unneeded includes
    
    Change-Id: I9d3a086d1d256f21da537bc96499243abd861090
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86887
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/svx/source/tbxctrls/SvxPresetListBox.cxx b/svx/source/tbxctrls/SvxPresetListBox.cxx
index fef60dc90f34..e19a9421e2de 100644
--- a/svx/source/tbxctrls/SvxPresetListBox.cxx
+++ b/svx/source/tbxctrls/SvxPresetListBox.cxx
@@ -20,11 +20,9 @@
 #include <svx/SvxPresetListBox.hxx>
 #include <svx/xtable.hxx>
 #include <vcl/commandevent.hxx>
+#include <vcl/image.hxx>
 #include <vcl/svapp.hxx>
 #include <vcl/settings.hxx>
-#include <vcl/image.hxx>
-#include <vcl/menu.hxx>
-#include <vcl/popupmenuwindow.hxx>
 
 SvxPresetListBox::SvxPresetListBox(std::unique_ptr<weld::ScrolledWindow> pWindow)
     : SvtValueSet(std::move(pWindow))


More information about the Libreoffice-commits mailing list