[Libreoffice-commits] core.git: sw/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Tue Dec 8 13:57:44 UTC 2020


 sw/source/core/view/dialoghelp.cxx        |    1 -
 sw/source/core/view/pagepreviewlayout.cxx |    1 -
 2 files changed, 2 deletions(-)

New commits:
commit bf264ca8d31d39c15e8c609b3fda3608bcdfa194
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Dec 8 10:31:35 2020 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Tue Dec 8 14:57:00 2020 +0100

    drop some unneeded includes
    
    Change-Id: Ia88a06ebb0bcf5f21bcbb9fc842f896e07a88f41
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107407
    Tested-by: Caolán McNamara <caolanm at redhat.com>
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sw/source/core/view/dialoghelp.cxx b/sw/source/core/view/dialoghelp.cxx
index cdb47694456e..88d12484d2f3 100644
--- a/sw/source/core/view/dialoghelp.cxx
+++ b/sw/source/core/view/dialoghelp.cxx
@@ -10,7 +10,6 @@
 #include <sfx2/docfile.hxx>
 #include <sfx2/frame.hxx>
 #include <vcl/weld.hxx>
-#include <vcl/window.hxx>
 
 #include <dialoghelp.hxx>
 #include <doc.hxx>
diff --git a/sw/source/core/view/pagepreviewlayout.cxx b/sw/source/core/view/pagepreviewlayout.cxx
index c7d22e89e787..ac91694845fe 100644
--- a/sw/source/core/view/pagepreviewlayout.cxx
+++ b/sw/source/core/view/pagepreviewlayout.cxx
@@ -23,7 +23,6 @@
 #include <algorithm>
 #include <osl/diagnose.h>
 #include <tools/fract.hxx>
-#include <vcl/window.hxx>
 #include <vcl/settings.hxx>
 
 #include <rootfrm.hxx>


More information about the Libreoffice-commits mailing list