diff options
author | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-12-24 23:16:02 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2025-01-03 09:32:27 +0100 |
commit | 72df5a6fdf3e14d9994ebd1de269ab712136a27a (patch) | |
tree | 3c8dcb0b8e162bbc29fe2876d4b078cf9d8f813e /sd/inc | |
parent | 9e1e48d73014471ebc2ea4f3589276cace096613 (diff) |
Drop unneeded forward declarations from include/
test drive the new bin/find-unneeded-includes --fwdecl mode
Change-Id: I507fa2b172ec9e348d1d91066ea241f02187b5ed
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/179321
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sd/inc')
-rw-r--r-- | sd/inc/sdpage.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/inc/sdpage.hxx b/sd/inc/sdpage.hxx index def50b4fe043..208c5888a69b 100644 --- a/sd/inc/sdpage.hxx +++ b/sd/inc/sdpage.hxx @@ -44,6 +44,7 @@ namespace com::sun::star::animations { class SfxStyleSheet; class SdDrawDocument; +class SdrOutliner; class SdrTextObj; class SdPageLink; class SfxItemSet; |