svl/source/numbers/zforfind.hxx | 1 + svtools/inc/strings.hxx | 1 + svtools/source/control/accessibleruler.hxx | 1 + svx/inc/EnhancedCustomShapeEngine.hxx | 3 +++ 4 files changed, 6 insertions(+)
New commits: commit 3fa280fe1a409a83e4b5a12d399936f9a4ade01d Author: Gabor Kelemen <[email protected]> AuthorDate: Tue Jan 6 11:25:32 2026 +0100 Commit: Gabor Kelemen <[email protected]> CommitDate: Thu Jan 22 11:49:22 2026 +0100 Fix some non self contained headers in module svl, svtools, svx Change-Id: I626f88d92236659f53b0b867d9047b33aa5efaea Reviewed-on: https://gerrit.libreoffice.org/c/core/+/196637 Reviewed-by: Gabor Kelemen <[email protected]> Tested-by: Jenkins diff --git a/svl/source/numbers/zforfind.hxx b/svl/source/numbers/zforfind.hxx index 72d610a91027..9a3acf44a498 100644 --- a/svl/source/numbers/zforfind.hxx +++ b/svl/source/numbers/zforfind.hxx @@ -24,6 +24,7 @@ #include <rtl/ustring.hxx> #include <svl/zforlist.hxx> #include <tools/date.hxx> +#include <unotools/nativenumberwrapper.hxx> #include <memory> #include <optional> diff --git a/svtools/inc/strings.hxx b/svtools/inc/strings.hxx index 78b2d0c28ea1..6944fdbba767 100644 --- a/svtools/inc/strings.hxx +++ b/svtools/inc/strings.hxx @@ -10,6 +10,7 @@ #pragma once #include <rtl/ustring.hxx> +#include <unotools/resmgr.hxx> // no need to translate this // the items in this string have to be in the same order as the STR_FIELD_* strings are added to the diff --git a/svtools/source/control/accessibleruler.hxx b/svtools/source/control/accessibleruler.hxx index 6f3c546ed93b..7ee0baef4964 100644 --- a/svtools/source/control/accessibleruler.hxx +++ b/svtools/source/control/accessibleruler.hxx @@ -27,6 +27,7 @@ #include <cppuhelper/interfacecontainer.h> #include <comphelper/OAccessible.hxx> #include <comphelper/compbase.hxx> +#include <svtools/ruler.hxx> #include <vcl/vclptr.hxx> namespace tools { class Rectangle; } diff --git a/svx/inc/EnhancedCustomShapeEngine.hxx b/svx/inc/EnhancedCustomShapeEngine.hxx index ef3bc6770742..a727c737f1e2 100644 --- a/svx/inc/EnhancedCustomShapeEngine.hxx +++ b/svx/inc/EnhancedCustomShapeEngine.hxx @@ -22,7 +22,10 @@ #include <com/sun/star/drawing/XCustomShapeEngine.hpp> #include <com/sun/star/drawing/XCustomShapeHandle.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> +#include <rtl/ref.hxx> #include <svx/svxdllapi.h> +#include <svx/svdobj.hxx> +#include <svx/svdoashp.hxx> class SVXCORE_DLLPUBLIC EnhancedCustomShapeEngine : public cppu::WeakImplHelper<css::lang::XServiceInfo, css::drawing::XCustomShapeEngine>
