dbaccess/source/ui/control/opendoccontrols.cxx | 1 - svtools/source/edit/editsyntaxhighlighter.cxx | 1 - svx/source/sidebar/paragraph/ParaSpacingWindow.cxx | 1 - 3 files changed, 3 deletions(-)
New commits: commit 268b2b4cd5507e63830df71b3aa21ea022c0b48f Author: Caolán McNamara <[email protected]> AuthorDate: Mon Jan 27 21:29:19 2020 +0000 Commit: Caolán McNamara <[email protected]> CommitDate: Tue Jan 28 12:34:35 2020 +0100 drop some unneeded vcl/builderfactory.hxx includes Change-Id: I3a6f4756a01a35825e6efaa7de33fcc863b5aaf5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87560 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> diff --git a/dbaccess/source/ui/control/opendoccontrols.cxx b/dbaccess/source/ui/control/opendoccontrols.cxx index 3ca51921375f..232a4849e82f 100644 --- a/dbaccess/source/ui/control/opendoccontrols.cxx +++ b/dbaccess/source/ui/control/opendoccontrols.cxx @@ -38,7 +38,6 @@ #include <tools/urlobj.hxx> #include <svl/filenotation.hxx> #include <osl/diagnose.h> -#include <vcl/builderfactory.hxx> namespace dbaui { diff --git a/svtools/source/edit/editsyntaxhighlighter.cxx b/svtools/source/edit/editsyntaxhighlighter.cxx index 532fc67503f9..6dc523baa507 100644 --- a/svtools/source/edit/editsyntaxhighlighter.cxx +++ b/svtools/source/edit/editsyntaxhighlighter.cxx @@ -22,7 +22,6 @@ #include <vcl/event.hxx> #include <vcl/xtextedt.hxx> #include <vcl/textview.hxx> -#include <vcl/builderfactory.hxx> #include <svtools/editsyntaxhighlighter.hxx> #include <vcl/txtattr.hxx> diff --git a/svx/source/sidebar/paragraph/ParaSpacingWindow.cxx b/svx/source/sidebar/paragraph/ParaSpacingWindow.cxx index 4e777a6e2b6e..6dd4f4858c90 100644 --- a/svx/source/sidebar/paragraph/ParaSpacingWindow.cxx +++ b/svx/source/sidebar/paragraph/ParaSpacingWindow.cxx @@ -25,7 +25,6 @@ #include <sfx2/viewfrm.hxx> #include <svl/itempool.hxx> #include <svl/intitem.hxx> -#include <vcl/builderfactory.hxx> using namespace svx; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
