oox/inc/drawingml/textcharacterproperties.hxx | 2 +- oox/source/drawingml/effectproperties.cxx | 2 +- oox/source/drawingml/effectpropertiescontext.cxx | 2 +- oox/source/drawingml/shape.cxx | 2 +- oox/source/drawingml/themeelementscontext.cxx | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-)
New commits: commit 723b8ea349e72c07231b780aa8877d37baa36469 Author: Julien Nabet <[email protected]> AuthorDate: Wed Jan 28 18:51:42 2026 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Wed Jan 28 21:22:46 2026 +0100 Move include/oox/drawingml/effectproperties.hxx in oox/inc/drawingml and adapt related code Change-Id: I49a4e5ce3daa51223abb2f376d9aa718b7eb28e6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198328 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> Reviewed-by: Simon Chenery <[email protected]> diff --git a/include/oox/drawingml/effectproperties.hxx b/oox/inc/drawingml/effectproperties.hxx similarity index 100% rename from include/oox/drawingml/effectproperties.hxx rename to oox/inc/drawingml/effectproperties.hxx diff --git a/oox/inc/drawingml/textcharacterproperties.hxx b/oox/inc/drawingml/textcharacterproperties.hxx index 618d4c27722a..75329a6d7e68 100644 --- a/oox/inc/drawingml/textcharacterproperties.hxx +++ b/oox/inc/drawingml/textcharacterproperties.hxx @@ -25,7 +25,7 @@ #include <oox/drawingml/color.hxx> #include <oox/drawingml/drawingmltypes.hxx> #include <drawingml/textfont.hxx> -#include <oox/drawingml/effectproperties.hxx> +#include <drawingml/effectproperties.hxx> #include <drawingml/fillproperties.hxx> #include <drawingml/lineproperties.hxx> diff --git a/oox/source/drawingml/effectproperties.cxx b/oox/source/drawingml/effectproperties.cxx index b1850b17c6d6..8b511d76a6e1 100644 --- a/oox/source/drawingml/effectproperties.cxx +++ b/oox/source/drawingml/effectproperties.cxx @@ -7,7 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include <oox/drawingml/effectproperties.hxx> +#include <drawingml/effectproperties.hxx> #include <oox/drawingml/drawingmltypes.hxx> #include <oox/helper/graphichelper.hxx> #include <oox/token/properties.hxx> diff --git a/oox/source/drawingml/effectpropertiescontext.cxx b/oox/source/drawingml/effectpropertiescontext.cxx index 9a468a6da0cc..90f0088e993a 100644 --- a/oox/source/drawingml/effectpropertiescontext.cxx +++ b/oox/source/drawingml/effectpropertiescontext.cxx @@ -8,7 +8,7 @@ */ #include <drawingml/effectpropertiescontext.hxx> -#include <oox/drawingml/effectproperties.hxx> +#include <drawingml/effectproperties.hxx> #include <drawingml/colorchoicecontext.hxx> #include <oox/helper/attributelist.hxx> #include <oox/token/namespaces.hxx> diff --git a/oox/source/drawingml/shape.cxx b/oox/source/drawingml/shape.cxx index 0611eb115ad4..10d59e6b0325 100644 --- a/oox/source/drawingml/shape.cxx +++ b/oox/source/drawingml/shape.cxx @@ -29,7 +29,7 @@ #include <drawingml/presetgeometrynames.hxx> #include <drawingml/shape3dproperties.hxx> #include <drawingml/scene3dhelper.hxx> -#include <oox/drawingml/effectproperties.hxx> +#include <drawingml/effectproperties.hxx> #include <oox/drawingml/shapepropertymap.hxx> #include <drawingml/textbody.hxx> #include <drawingml/textparagraph.hxx> diff --git a/oox/source/drawingml/themeelementscontext.cxx b/oox/source/drawingml/themeelementscontext.cxx index 537a24441a85..21a85e39bdbe 100644 --- a/oox/source/drawingml/themeelementscontext.cxx +++ b/oox/source/drawingml/themeelementscontext.cxx @@ -26,7 +26,7 @@ #include <drawingml/textcharacterproperties.hxx> #include <oox/drawingml/theme.hxx> #include <oox/helper/attributelist.hxx> -#include <oox/drawingml/effectproperties.hxx> +#include <drawingml/effectproperties.hxx> #include <drawingml/effectpropertiescontext.hxx> #include <oox/token/namespaces.hxx> #include <oox/token/tokens.hxx>
