diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-08-05 09:14:08 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-08-05 13:09:57 +0200 |
commit | 423c177d58e04af027379159b856c9b817d56488 (patch) | |
tree | 9c94d5f6d57377a3714999698caf9c678d261397 /sw | |
parent | 94b45e3b74e889a65fc619d1132cfa6e4af44ba7 (diff) |
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@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/swabstdlg.hxx | 2 | ||||
-rw-r--r-- | sw/source/uibase/inc/fldmgr.hxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/inc/tablemgr.hxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/inc/wrap.hxx | 1 |
4 files changed, 0 insertions, 5 deletions
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; |