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/inc/swabstdlg.hxx | |
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/inc/swabstdlg.hxx')
-rw-r--r-- | sw/inc/swabstdlg.hxx | 2 |
1 files changed, 0 insertions, 2 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; }; |