diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-06-17 09:55:12 +0200 |
---|---|---|
committer | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2018-06-17 19:49:26 +0200 |
commit | 9ffd3ee80f28d9c7e6f1cbf48055095764249ed6 (patch) | |
tree | a2e8e64ee60495516d84815ddee58b395053bd7d /include/sfx2 | |
parent | 7958091b06954a7b253fdebb9ea0313db9217959 (diff) |
tdf#42949 Add a class declaration to include/sfx2/shell.hxx
This is necessary to not get IWYU warnings or build errors
where SFX_DECL_INTERFACE is used
Also remove an earlier workaround in sd
Change-Id: I4cc86f7ad0c83aeaae225ee05af34fa49ba67e73
Reviewed-on: https://gerrit.libreoffice.org/55955
Tested-by: Jenkins
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/shell.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sfx2/shell.hxx b/include/sfx2/shell.hxx index 8b6bd28dbe30..7aeeed54bdd2 100644 --- a/include/sfx2/shell.hxx +++ b/include/sfx2/shell.hxx @@ -56,6 +56,7 @@ class SfxRepeatTarget; class SbxVariable; class SbxBase; class SfxBindings; +class SfxModule; namespace svl { |