xmloff/source/draw/sdpropls.cxx | 2 +- xmloff/source/text/txtprhdl.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit f8cd1d5f0a6f515d8c06b8d4b189eade800d9b5d Author: Tomaž Vajngerl <[email protected]> AuthorDate: Sat May 20 15:06:17 2023 +0900 Commit: Tomaž Vajngerl <[email protected]> CommitDate: Sun May 21 13:00:11 2023 +0200 xmloff: rename XMLThemeColorHandler to XMLComplexColorHandler Change-Id: Ib24c4b819c31cdc6a9626b09a5b2acd10389ad7a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152051 Tested-by: Tomaž Vajngerl <[email protected]> Reviewed-by: Tomaž Vajngerl <[email protected]> diff --git a/xmloff/inc/XMLThemeColorHandler.hxx b/xmloff/inc/XMLComplexColorHandler.hxx similarity index 100% rename from xmloff/inc/XMLThemeColorHandler.hxx rename to xmloff/inc/XMLComplexColorHandler.hxx diff --git a/xmloff/source/draw/sdpropls.cxx b/xmloff/source/draw/sdpropls.cxx index 0555914f09a0..30d6faebc8a2 100644 --- a/xmloff/source/draw/sdpropls.cxx +++ b/xmloff/source/draw/sdpropls.cxx @@ -60,7 +60,7 @@ #include <XMLIsPercentagePropertyHandler.hxx> #include <XMLPercentOrMeasurePropertyHandler.hxx> #include <XMLTextColumnsPropertyHandler.hxx> -#include <XMLThemeColorHandler.hxx> +#include <XMLComplexColorHandler.hxx> #include <animations.hxx> #include <sax/tools/converter.hxx> #include <xmlsdtypes.hxx> diff --git a/xmloff/source/text/txtprhdl.cxx b/xmloff/source/text/txtprhdl.cxx index 0755810efa4e..165dbb851675 100644 --- a/xmloff/source/text/txtprhdl.cxx +++ b/xmloff/source/text/txtprhdl.cxx @@ -56,7 +56,7 @@ #include <XMLFillBitmapSizePropertyHandler.hxx> #include <XMLBitmapLogicalSizePropertyHandler.hxx> #include <XMLBitmapRepeatOffsetPropertyHandler.hxx> -#include <XMLThemeColorHandler.hxx> +#include <XMLComplexColorHandler.hxx> #include <vcl/graph.hxx> using namespace ::com::sun::star;
