diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-08-04 20:35:54 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-08-05 11:51:32 +0200 |
commit | 377a318dcfe4021eadde0e8cd922a4e42040b355 (patch) | |
tree | db1d6b7ec490028404a2d90e44c1d0d48bb39603 /sc | |
parent | 1a5bee9d18c9d7a8db0f9f011a0d2224d687e327 (diff) |
drop unneeded forward declare
Change-Id: I858d4a43690bd37385eb6f48945c05dd9c2a6182
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120031
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/document.hxx | 1 | ||||
-rw-r--r-- | sc/source/ui/inc/tphfedit.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index 84be212a2045..0706cd2b4a07 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -123,7 +123,6 @@ namespace sfx2 { class LinkManager; } class SvxSearchItem; -namespace vcl { class Window; } class XColorList; class ScAutoFormatData; diff --git a/sc/source/ui/inc/tphfedit.hxx b/sc/source/ui/inc/tphfedit.hxx index e6f70b5ecf23..24ea708cf7c8 100644 --- a/sc/source/ui/inc/tphfedit.hxx +++ b/sc/source/ui/inc/tphfedit.hxx @@ -35,7 +35,6 @@ class EditView; class EditTextObject; class SvxFieldItem; class ScAccessibleEditObject; -namespace vcl { class Window; } enum ScEditWindowLocation { |