[Libreoffice-commits] core.git: svx/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Mon Jan 13 19:31:03 UTC 2020
svx/source/form/databaselocationinput.cxx | 1 -
svx/source/sidebar/possize/PosSizePropertyPanel.cxx | 4 ----
2 files changed, 5 deletions(-)
New commits:
commit b3185eb977042347106b92a5062ea695ef4b82ef
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon Jan 13 14:35:27 2020 +0000
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Mon Jan 13 20:30:33 2020 +0100
remove some unneeded includes
Change-Id: I6d9cde8f8dad5be52e79946b4d0ec12989bb9ee3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86696
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/svx/source/form/databaselocationinput.cxx b/svx/source/form/databaselocationinput.cxx
index 6d49c7dd2eff..4688d1cab7af 100644
--- a/svx/source/form/databaselocationinput.cxx
+++ b/svx/source/form/databaselocationinput.cxx
@@ -35,7 +35,6 @@
#include <tools/diagnose_ex.h>
#include <unotools/confignode.hxx>
#include <unotools/ucbhelper.hxx>
-#include <vcl/button.hxx>
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
diff --git a/svx/source/sidebar/possize/PosSizePropertyPanel.cxx b/svx/source/sidebar/possize/PosSizePropertyPanel.cxx
index fb4798920ce4..d902c27d84c2 100644
--- a/svx/source/sidebar/possize/PosSizePropertyPanel.cxx
+++ b/svx/source/sidebar/possize/PosSizePropertyPanel.cxx
@@ -36,13 +36,9 @@
#include <svx/dlgutil.hxx>
#include <unotools/localedatawrapper.hxx>
#include <unotools/viewoptions.hxx>
-#include <vcl/button.hxx>
#include <vcl/canvastools.hxx>
#include <vcl/virdev.hxx>
#include <vcl/svapp.hxx>
-#include <vcl/field.hxx>
-#include <vcl/fixed.hxx>
-#include <vcl/toolbox.hxx>
#include <svl/aeitem.hxx>
#include <svl/intitem.hxx>
#include <svx/svdpagv.hxx>
More information about the Libreoffice-commits
mailing list