diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-05-12 19:24:35 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-05-12 22:20:12 +0200 |
commit | b49e1e709b3fc4b9831fd0961e9310ebf1050429 (patch) | |
tree | 65f41897f798850531b5ae17dcaaad9fc5375f1f | |
parent | e4228ba740f86f701b9d6f0472b65383f4cf44f0 (diff) |
drop unneeded forward declare
Change-Id: Ib9a7d484cb93c0dbf6a13b540895e0e5d5c00d49
Reviewed-on: https://gerrit.libreoffice.org/72202
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | sc/source/ui/inc/tabvwsh.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/inc/tabvwsh.hxx b/sc/source/ui/inc/tabvwsh.hxx index a738669dd7d1..7d51dbc5c7fa 100644 --- a/sc/source/ui/inc/tabvwsh.hxx +++ b/sc/source/ui/inc/tabvwsh.hxx @@ -38,7 +38,6 @@ class SdrOle2Obj; class SfxBindings; class SfxChildWindow; -class SfxModelessDialog; class SvxNumberInfoItem; struct SfxChildWinInfo; |