sc/source/ui/dbgui/csvcontrol.cxx  |    1 +
 sc/source/ui/docshell/arealink.cxx |    1 +
 sc/source/ui/inc/csvcontrol.hxx    |    1 -
 sc/source/ui/inc/scuiasciiopt.hxx  |    1 +
 4 files changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 39e08a2bd1e2f9d451e09d11a33c99ff4c49b077
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Mon Jan 27 21:25:29 2020 +0000
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Tue Jan 28 14:01:42 2020 +0100

    no need to include vcl/ctrl.hxx
    
    Change-Id: I572ee16deffc653c0b2870df057cb95775d331bc
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87559
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/sc/source/ui/dbgui/csvcontrol.cxx 
b/sc/source/ui/dbgui/csvcontrol.cxx
index b5ec628e170c..6ede105199c5 100644
--- a/sc/source/ui/dbgui/csvcontrol.cxx
+++ b/sc/source/ui/dbgui/csvcontrol.cxx
@@ -18,6 +18,7 @@
  */
 
 #include <csvcontrol.hxx>
+#include <vcl/outdev.hxx>
 #include <vcl/settings.hxx>
 
 ScCsvLayoutData::ScCsvLayoutData() :
diff --git a/sc/source/ui/docshell/arealink.cxx 
b/sc/source/ui/docshell/arealink.cxx
index 0863c75f4be5..a14b9070a041 100644
--- a/sc/source/ui/docshell/arealink.cxx
+++ b/sc/source/ui/docshell/arealink.cxx
@@ -21,6 +21,7 @@
 #include <sfx2/linkmgr.hxx>
 #include <vcl/svapp.hxx>
 #include <vcl/weld.hxx>
+#include <vcl/window.hxx>
 #include <unotools/charclass.hxx>
 #include <osl/diagnose.h>
 
diff --git a/sc/source/ui/inc/csvcontrol.hxx b/sc/source/ui/inc/csvcontrol.hxx
index a7d7a9765c9d..4c95c7a77286 100644
--- a/sc/source/ui/inc/csvcontrol.hxx
+++ b/sc/source/ui/inc/csvcontrol.hxx
@@ -20,7 +20,6 @@
 #ifndef INCLUDED_SC_SOURCE_UI_INC_CSVCONTROL_HXX
 #define INCLUDED_SC_SOURCE_UI_INC_CSVCONTROL_HXX
 
-#include <vcl/ctrl.hxx>
 #include <scdllapi.h>
 #include <address.hxx>
 #include "csvsplits.hxx"
diff --git a/sc/source/ui/inc/scuiasciiopt.hxx 
b/sc/source/ui/inc/scuiasciiopt.hxx
index 1b263931bc6f..052f85a4bef5 100644
--- a/sc/source/ui/inc/scuiasciiopt.hxx
+++ b/sc/source/ui/inc/scuiasciiopt.hxx
@@ -21,6 +21,7 @@
 #define INCLUDED_SC_SOURCE_UI_INC_SCUIASCIIOPT_HXX
 
 #include <svx/langbox.hxx>
+#include <tools/solar.h>
 #include <tools/stream.hxx>
 #include <vcl/customweld.hxx>
 #include <vcl/weld.hxx>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to