sw/inc/unoxstyle.hxx | 7 +++++++ 1 file changed, 7 insertions(+) New commits: commit 9ebf3c84a6496b3931a4522c7475c541a2d9015b Author: Miklos Vajna <vmik...@collabora.com> AuthorDate: Mon Aug 5 15:32:15 2024 +0200 Commit: Miklos Vajna <vmik...@collabora.com> CommitDate: Mon Aug 5 16:36:56 2024 +0200
sw: fix missing includes for the SwXStyle header It's a bit easier to navigate while code-reading when the header is not full of syntax errors, due to missing headers. Change-Id: If8417d17e6180b6a9679aade3893733fc47956c8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171490 Reviewed-by: Miklos Vajna <vmik...@collabora.com> Tested-by: Jenkins diff --git a/sw/inc/unoxstyle.hxx b/sw/inc/unoxstyle.hxx index a70f5081565f..20924a315c62 100644 --- a/sw/inc/unoxstyle.hxx +++ b/sw/inc/unoxstyle.hxx @@ -23,9 +23,13 @@ #include <svl/style.hxx> #include <com/sun/star/style/XStyle.hpp> #include <com/sun/star/beans/XPropertySet.hpp> +#include <com/sun/star/beans/XPropertyState.hpp> #include <com/sun/star/beans/XMultiPropertySet.hpp> #include <com/sun/star/beans/XMultiPropertyStates.hpp> +#include <com/sun/star/lang/XServiceInfo.hpp> +#include <com/sun/star/lang/XUnoTunnel.hpp> #include <cppuhelper/implbase.hxx> +#include <osl/diagnose.h> #include "coreframestyle.hxx" #include "unobasestyle.hxx" @@ -34,6 +38,9 @@ class SwStyleBase_Impl; class SwStyleProperties_Impl; class SvxSetItem; struct SfxItemPropertyMapEntry; +class SwDoc; +class SfxItemPropertySet; +class SwDocShell; class SAL_DLLPUBLIC_RTTI SwXStyle : public cppu::ImplInheritanceHelper<