From 72df5a6fdf3e14d9994ebd1de269ab712136a27a Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Tue, 24 Dec 2024 23:16:02 +0100 Subject: 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 --- sw/inc/fmtautofmt.hxx | 2 ++ sw/inc/unoparagraph.hxx | 1 + 2 files changed, 3 insertions(+) (limited to 'sw/inc') diff --git a/sw/inc/fmtautofmt.hxx b/sw/inc/fmtautofmt.hxx index 1523389083bd..85a67ef9ebb2 100644 --- a/sw/inc/fmtautofmt.hxx +++ b/sw/inc/fmtautofmt.hxx @@ -23,6 +23,8 @@ #include #include +class SfxItemSet; + /// Has a shared reference to an "auto-style", i.e. a not named collection of character formats. It /// is owned by an SwTextAttrEnd, which is then stored in the SwpHints of an SwTextNode. /// diff --git a/sw/inc/unoparagraph.hxx b/sw/inc/unoparagraph.hxx index a4936991fd60..42572649ded2 100644 --- a/sw/inc/unoparagraph.hxx +++ b/sw/inc/unoparagraph.hxx @@ -42,6 +42,7 @@ #include "unobaseclass.hxx" class SfxItemPropertySet; +class SfxItemSet; struct SfxItemPropertyMapEntry; class SwPaM; class SwUnoCursor; -- cgit