docmodel/source/color/ComplexColorJSON.cxx | 1 - docmodel/source/theme/ColorSet.cxx | 1 - docmodel/source/theme/Theme.cxx | 2 -- docmodel/source/uno/UnoComplexColor.cxx | 1 - docmodel/source/uno/UnoTheme.cxx | 1 - 5 files changed, 6 deletions(-)
New commits: commit 90d8e7b78c59ef45e35d6442040ffe60c42762aa Author: Gabor Kelemen <[email protected]> AuthorDate: Fri Sep 12 23:40:13 2025 +0200 Commit: Gabor Kelemen <[email protected]> CommitDate: Wed Sep 17 08:08:12 2025 +0200 tdf#146619 Run IWYU on docmodel/ Change-Id: I023858143314dda373fd6042280fde678d3cc96c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/190906 Tested-by: Jenkins Reviewed-by: Gabor Kelemen <[email protected]> diff --git a/docmodel/source/color/ComplexColorJSON.cxx b/docmodel/source/color/ComplexColorJSON.cxx index 7d5688d84af5..4ff997ff2505 100644 --- a/docmodel/source/color/ComplexColorJSON.cxx +++ b/docmodel/source/color/ComplexColorJSON.cxx @@ -12,7 +12,6 @@ #include <boost/property_tree/json_parser.hpp> #include <sstream> #include <utility> -#include <sal/log.hxx> #include <tools/json_writer.hxx> namespace model::color diff --git a/docmodel/source/theme/ColorSet.cxx b/docmodel/source/theme/ColorSet.cxx index df7cf18f61b6..a33750666a80 100644 --- a/docmodel/source/theme/ColorSet.cxx +++ b/docmodel/source/theme/ColorSet.cxx @@ -10,7 +10,6 @@ #include <docmodel/theme/ColorSet.hxx> #include <sstream> -#include <utility> #include <libxml/xmlwriter.h> #include <sal/log.hxx> diff --git a/docmodel/source/theme/Theme.cxx b/docmodel/source/theme/Theme.cxx index 2e340f22c9bf..ae7f43c32a9c 100644 --- a/docmodel/source/theme/Theme.cxx +++ b/docmodel/source/theme/Theme.cxx @@ -15,13 +15,11 @@ #include <libxml/xmlwriter.h> #include <comphelper/sequenceashashmap.hxx> #include <comphelper/sequence.hxx> -#include <sal/log.hxx> #include <sal/types.h> #include <o3tl/enumrange.hxx> #include <o3tl/underlyingenumvalue.hxx> #include <com/sun/star/util/Color.hpp> #include <com/sun/star/beans/PropertyValue.hpp> -#include <com/sun/star/lang/IllegalArgumentException.hpp> #include <com/sun/star/util/XTheme.hpp> using namespace com::sun::star; diff --git a/docmodel/source/uno/UnoComplexColor.cxx b/docmodel/source/uno/UnoComplexColor.cxx index f419543ca0a9..f45988ec5c13 100644 --- a/docmodel/source/uno/UnoComplexColor.cxx +++ b/docmodel/source/uno/UnoComplexColor.cxx @@ -9,7 +9,6 @@ */ #include <docmodel/uno/UnoComplexColor.hxx> -#include <cppuhelper/queryinterface.hxx> using namespace css; diff --git a/docmodel/source/uno/UnoTheme.cxx b/docmodel/source/uno/UnoTheme.cxx index a7eac05cbd9b..9a15e213e9b5 100644 --- a/docmodel/source/uno/UnoTheme.cxx +++ b/docmodel/source/uno/UnoTheme.cxx @@ -10,7 +10,6 @@ #include <docmodel/uno/UnoTheme.hxx> #include <docmodel/theme/ThemeColorType.hxx> -#include <cppuhelper/queryinterface.hxx> #include <o3tl/enumrange.hxx> #include <comphelper/sequence.hxx> #include <docmodel/theme/Theme.hxx>
