summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/fmtautofmt.hxx2
-rw-r--r--sw/inc/unoparagraph.hxx1
-rw-r--r--sw/source/ui/vba/vbaeventshelper.hxx2
3 files changed, 5 insertions, 0 deletions
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 <svl/poolitem.hxx>
#include <memory>
+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;
diff --git a/sw/source/ui/vba/vbaeventshelper.hxx b/sw/source/ui/vba/vbaeventshelper.hxx
index 31a6b2808ee9..b5755c819d81 100644
--- a/sw/source/ui/vba/vbaeventshelper.hxx
+++ b/sw/source/ui/vba/vbaeventshelper.hxx
@@ -22,6 +22,8 @@
#include <vbahelper/vbaeventshelperbase.hxx>
+namespace com::sun::star::uno { class XComponentContext; };
+
class SwVbaEventsHelper : public VbaEventsHelperBase
{
public: