[Libreoffice-commits] core.git: dbaccess/source include/sfx2 sfx2/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Mon Dec 7 20:05:14 UTC 2020


 dbaccess/source/ui/app/AppSwapWindow.hxx  |    1 +
 include/sfx2/thumbnailview.hxx            |    1 -
 sfx2/source/control/thumbnailviewitem.cxx |    1 +
 3 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit a91e21b9acab16bd31dbefa4640d2e5f3c3c7d63
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon Dec 7 14:15:26 2020 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Mon Dec 7 21:04:28 2020 +0100

    no longer need to include vcl/ctrl.hxx here
    
    Change-Id: I9b01eb670b9d2953bf25079ee84371c30a6dad41
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107353
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/dbaccess/source/ui/app/AppSwapWindow.hxx b/dbaccess/source/ui/app/AppSwapWindow.hxx
index b369564af21b..1ce972e3b000 100644
--- a/dbaccess/source/ui/app/AppSwapWindow.hxx
+++ b/dbaccess/source/ui/app/AppSwapWindow.hxx
@@ -23,6 +23,7 @@
 #include <AppElementType.hxx>
 #include <ChildWindow.hxx>
 
+struct ImplSVEvent;
 class MnemonicGenerator;
 
 namespace dbaui
diff --git a/include/sfx2/thumbnailview.hxx b/include/sfx2/thumbnailview.hxx
index d320bda21155..6d98d12ea441 100644
--- a/include/sfx2/thumbnailview.hxx
+++ b/include/sfx2/thumbnailview.hxx
@@ -16,7 +16,6 @@
 #include <memory>
 #include <vector>
 
-#include <vcl/ctrl.hxx>
 #include <vcl/customweld.hxx>
 
 class BitmapEx;
diff --git a/sfx2/source/control/thumbnailviewitem.cxx b/sfx2/source/control/thumbnailviewitem.cxx
index fce9d20a8bee..79a71c361c9b 100644
--- a/sfx2/source/control/thumbnailviewitem.cxx
+++ b/sfx2/source/control/thumbnailviewitem.cxx
@@ -31,6 +31,7 @@
 #include <drawinglayer/primitive2d/textprimitive2d.hxx>
 #include <drawinglayer/processor2d/baseprocessor2d.hxx>
 #include <vcl/graph.hxx>
+#include <vcl/outdev.hxx>
 #include <vcl/texteng.hxx>
 
 using namespace basegfx;


More information about the Libreoffice-commits mailing list