[Libreoffice-commits] core.git: sc/source sfx2/source svtools/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Mon Nov 23 08:52:53 UTC 2020


 sc/source/ui/inc/inputwin.hxx         |    1 -
 sfx2/source/control/thumbnailview.cxx |    1 -
 svtools/source/brwbox/datwin.cxx      |    3 ---
 3 files changed, 5 deletions(-)

New commits:
commit 3361365b647245198f563cbf3d48fa6d2e980566
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Sun Nov 22 20:32:22 2020 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Mon Nov 23 09:52:07 2020 +0100

    don't need to include vcl/scrbar.hxx here
    
    Change-Id: Ib466cb47518d666c6a0b2b3801904ccef10d74b9
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106364
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sc/source/ui/inc/inputwin.hxx b/sc/source/ui/inc/inputwin.hxx
index 75755509bec3..04b700ae3be0 100644
--- a/sc/source/ui/inc/inputwin.hxx
+++ b/sc/source/ui/inc/inputwin.hxx
@@ -29,7 +29,6 @@
 #include <sfx2/childwin.hxx>
 #include <svl/lstner.hxx>
 #include <svtools/stringtransfer.hxx>
-#include <vcl/scrbar.hxx>
 #include <vcl/window.hxx>
 #include <vcl/transfer.hxx>
 #include <vcl/menu.hxx>
diff --git a/sfx2/source/control/thumbnailview.cxx b/sfx2/source/control/thumbnailview.cxx
index ad813a172432..76bd2b9cefd5 100644
--- a/sfx2/source/control/thumbnailview.cxx
+++ b/sfx2/source/control/thumbnailview.cxx
@@ -28,7 +28,6 @@
 #include <tools/diagnose_ex.h>
 #include <unotools/ucbstreamhelper.hxx>
 #include <vcl/svapp.hxx>
-#include <vcl/scrbar.hxx>
 #include <vcl/settings.hxx>
 #include <vcl/commandevent.hxx>
 #include <vcl/event.hxx>
diff --git a/svtools/source/brwbox/datwin.cxx b/svtools/source/brwbox/datwin.cxx
index d88b41e146cd..dec389c8769c 100644
--- a/svtools/source/brwbox/datwin.cxx
+++ b/svtools/source/brwbox/datwin.cxx
@@ -17,18 +17,15 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-
 #include "datwin.hxx"
 #include <o3tl/numeric.hxx>
 #include <vcl/commandevent.hxx>
 #include <vcl/help.hxx>
 #include <vcl/settings.hxx>
-#include <vcl/scrbar.hxx>
 #include <vcl/ptrstyle.hxx>
 #include <tools/debug.hxx>
 #include <tools/fract.hxx>
 
-
 void ButtonFrame::Draw( OutputDevice& rDev )
 {
     Color aOldFillColor = rDev.GetFillColor();


More information about the Libreoffice-commits mailing list