[Libreoffice-commits] core.git: dbaccess/source include/vcl sw/inc sw/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Thu Aug 5 11:10:56 UTC 2021


 dbaccess/source/ui/querydesign/TableWindowTitle.cxx |    1 -
 include/vcl/print.hxx                               |    1 -
 sw/inc/swabstdlg.hxx                                |    2 --
 sw/source/uibase/inc/fldmgr.hxx                     |    1 -
 sw/source/uibase/inc/tablemgr.hxx                   |    1 -
 sw/source/uibase/inc/wrap.hxx                       |    1 -
 6 files changed, 7 deletions(-)

New commits:
commit 423c177d58e04af027379159b856c9b817d56488
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Thu Aug 5 09:14:08 2021 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Thu Aug 5 13:09:57 2021 +0200

    drop unneeded forward declare
    
    Change-Id: Ifc7eab2bed8bfa55bf7d4dc6d56dac8ccfdf5642
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120065
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/dbaccess/source/ui/querydesign/TableWindowTitle.cxx b/dbaccess/source/ui/querydesign/TableWindowTitle.cxx
index 3d625b8bb777..ed2f2151781f 100644
--- a/dbaccess/source/ui/querydesign/TableWindowTitle.cxx
+++ b/dbaccess/source/ui/querydesign/TableWindowTitle.cxx
@@ -20,7 +20,6 @@
 #include <TableWindowTitle.hxx>
 #include <TableWindow.hxx>
 #include <vcl/svapp.hxx>
-#include <vcl/help.hxx>
 #include <vcl/settings.hxx>
 #include <vcl/commandevent.hxx>
 #include <vcl/event.hxx>
diff --git a/include/vcl/print.hxx b/include/vcl/print.hxx
index d96e6d7e87ac..97a18b19c121 100644
--- a/include/vcl/print.hxx
+++ b/include/vcl/print.hxx
@@ -48,7 +48,6 @@ enum class SalPrinterError;
 
 namespace vcl {
     class PrinterController;
-    class Window;
 }
 
 namespace weld { class Window; }
diff --git a/sw/inc/swabstdlg.hxx b/sw/inc/swabstdlg.hxx
index 35b81e524754..dafbef78c5e6 100644
--- a/sw/inc/swabstdlg.hxx
+++ b/sw/inc/swabstdlg.hxx
@@ -31,7 +31,6 @@
 class SfxViewFrame;
 class SfxBindings;
 class SfxItemSet;
-namespace vcl { class Window; }
 class SfxStyleSheetBase;
 class SwGlossaryHdl;
 class SwField;
@@ -113,7 +112,6 @@ public:
     virtual OUString    GetFontName() = 0;
     virtual bool        IsEndNote() = 0;
     virtual OUString    GetStr() = 0;
-    //from class Window
     virtual void        SetHelpId( const OString& sHelpId ) = 0;
     virtual void        SetText( const OUString& rStr ) = 0;
 };
diff --git a/sw/source/uibase/inc/fldmgr.hxx b/sw/source/uibase/inc/fldmgr.hxx
index bd353d6542c5..8c1a9d5918cc 100644
--- a/sw/source/uibase/inc/fldmgr.hxx
+++ b/sw/source/uibase/inc/fldmgr.hxx
@@ -43,7 +43,6 @@ class SwPaM;
 class SbModule;
 class SvxMacroItem;
 class SvNumberFormatter;
-namespace vcl { class Window; }
 namespace weld { class Widget; class Window; }
 enum class SwFieldIds : sal_uInt16;
 
diff --git a/sw/source/uibase/inc/tablemgr.hxx b/sw/source/uibase/inc/tablemgr.hxx
index 227ac0744056..8f30412f9482 100644
--- a/sw/source/uibase/inc/tablemgr.hxx
+++ b/sw/source/uibase/inc/tablemgr.hxx
@@ -27,7 +27,6 @@
 
 class SwFrameFormat;
 class SwWrtShell;
-namespace vcl { class Window; }
 class SwFlyFrameFormat;
 
 namespace com::sun::star {
diff --git a/sw/source/uibase/inc/wrap.hxx b/sw/source/uibase/inc/wrap.hxx
index f28757be5a48..d4d63ad16945 100644
--- a/sw/source/uibase/inc/wrap.hxx
+++ b/sw/source/uibase/inc/wrap.hxx
@@ -23,7 +23,6 @@
 #include <sfx2/basedlgs.hxx>
 #include <svx/swframetypes.hxx>
 
-namespace vcl { class Window; }
 class SfxItemSet;
 class SwWrtShell;
 


More information about the Libreoffice-commits mailing list