toolkit/inc/controls/table/AccessibleGridControl.hxx | 1 + ucb/source/ucp/file/filrset.hxx | 1 + xmloff/inc/xmltabe.hxx | 2 ++ xmloff/source/text/txthints.hxx | 5 +++++ xmloff/source/transform/FormPropOOoTContext.hxx | 1 + 5 files changed, 10 insertions(+)
New commits: commit 1ebbe671ec33beaa3d79cf6e8e50ba6d369432ce Author: Gabor Kelemen <[email protected]> AuthorDate: Tue Jan 6 11:53:45 2026 +0100 Commit: Gabor Kelemen <[email protected]> CommitDate: Wed Jan 21 22:50:37 2026 +0100 Fix some non self contained headers in module toolkit, ucb, xmloff Change-Id: Icedeb3f714e6da21d256f5ee26638b327e2c09d1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/196639 Reviewed-by: Gabor Kelemen <[email protected]> Tested-by: Jenkins diff --git a/toolkit/inc/controls/table/AccessibleGridControl.hxx b/toolkit/inc/controls/table/AccessibleGridControl.hxx index 034d0b730528..684ad389ff89 100644 --- a/toolkit/inc/controls/table/AccessibleGridControl.hxx +++ b/toolkit/inc/controls/table/AccessibleGridControl.hxx @@ -20,6 +20,7 @@ #pragma once #include "AccessibleGridControlBase.hxx" +#include "AccessibleGridControlHeader.hxx" #include "AccessibleGridControlTable.hxx" #include "tablecontrol.hxx" diff --git a/ucb/source/ucp/file/filrset.hxx b/ucb/source/ucp/file/filrset.hxx index 4a25c16be723..239681f91c89 100644 --- a/ucb/source/ucp/file/filrset.hxx +++ b/ucb/source/ucp/file/filrset.hxx @@ -33,6 +33,7 @@ #include <com/sun/star/ucb/XContentIdentifier.hpp> #include <com/sun/star/beans/Property.hpp> #include "filrow.hxx" +#include "filerror.hxx" #include <cppuhelper/implbase.hxx> namespace fileaccess { diff --git a/xmloff/inc/xmltabe.hxx b/xmloff/inc/xmltabe.hxx index 5239648935cb..42fb2d75dd63 100644 --- a/xmloff/inc/xmltabe.hxx +++ b/xmloff/inc/xmltabe.hxx @@ -22,6 +22,8 @@ // prevent funny things like "#define sun 1" from the compiler #include <sal/config.h> +#include <sal/types.h> + class SvXMLExport; namespace com::sun::star { namespace style { struct TabStop; } diff --git a/xmloff/source/text/txthints.hxx b/xmloff/source/text/txthints.hxx index 235a6c97e91b..4e323aa23b32 100644 --- a/xmloff/source/text/txthints.hxx +++ b/xmloff/source/text/txthints.hxx @@ -18,10 +18,15 @@ */ #pragma once +#include <rtl/ustring.hxx> +#include <com/sun/star/uno/Reference.hxx> + #include <memory> #include <unordered_map> #include <vector> +#include "txtparaimphint.hxx" + class XMLHint_Impl; class XMLIndexMarkHint_Impl; diff --git a/xmloff/source/transform/FormPropOOoTContext.hxx b/xmloff/source/transform/FormPropOOoTContext.hxx index 64a35c06c3fe..cd4965251e54 100644 --- a/xmloff/source/transform/FormPropOOoTContext.hxx +++ b/xmloff/source/transform/FormPropOOoTContext.hxx @@ -20,6 +20,7 @@ #pragma once #include <rtl/ref.hxx> +#include "MutableAttrList.hxx" #include "TransformerContext.hxx" class XMLFormPropValueTContext_Impl;
