solenv/clang-format/excludelist | 2 +- svx/source/items/autoformathelper.cxx | 2 +- svx/source/items/legacyitem.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit 9585ce0e6a1075597943268ef72ccd859b6c8065 Author: Noel Grandin <[email protected]> AuthorDate: Tue May 9 12:46:33 2023 +0200 Commit: Noel Grandin <[email protected]> CommitDate: Tue May 9 15:01:54 2023 +0200 move include/svx/legacyitem.hxx inside svx it is only used from there Change-Id: I12065d4e2db142d50c403310ea4a7bb23412884e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151571 Tested-by: Jenkins Reviewed-by: Noel Grandin <[email protected]> diff --git a/solenv/clang-format/excludelist b/solenv/clang-format/excludelist index 35d750b22cc9..b0437ef47617 100644 --- a/solenv/clang-format/excludelist +++ b/solenv/clang-format/excludelist @@ -5842,7 +5842,6 @@ include/svx/imapdlg.hxx include/svx/itextprovider.hxx include/svx/langbox.hxx include/svx/lathe3d.hxx -include/svx/legacyitem.hxx include/svx/linectrl.hxx include/svx/msdffdef.hxx include/svx/nbdtmg.hxx @@ -11232,6 +11231,7 @@ svx/inc/extrud3d.hxx svx/inc/galbrws2.hxx svx/inc/galobj.hxx svx/inc/helpids.h +svx/inc/legacyitem.hxx svx/inc/palettes.hxx svx/inc/sdgcoitm.hxx svx/inc/sdginitm.hxx diff --git a/include/svx/legacyitem.hxx b/svx/inc/legacyitem.hxx similarity index 100% rename from include/svx/legacyitem.hxx rename to svx/inc/legacyitem.hxx diff --git a/svx/source/items/autoformathelper.cxx b/svx/source/items/autoformathelper.cxx index 0ae522fbd7ac..cb09ea735e81 100644 --- a/svx/source/items/autoformathelper.cxx +++ b/svx/source/items/autoformathelper.cxx @@ -21,7 +21,7 @@ #include <tools/stream.hxx> #include <svl/legacyitem.hxx> #include <editeng/legacyitem.hxx> -#include <svx/legacyitem.hxx> +#include <legacyitem.hxx> #include <editeng/fontitem.hxx> #include <editeng/fhgtitem.hxx> #include <editeng/wghtitem.hxx> diff --git a/svx/source/items/legacyitem.cxx b/svx/source/items/legacyitem.cxx index 005f97d2d95b..6e7e99d8cb5c 100644 --- a/svx/source/items/legacyitem.cxx +++ b/svx/source/items/legacyitem.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <svx/legacyitem.hxx> +#include <legacyitem.hxx> #include <tools/stream.hxx> #include <svx/algitem.hxx> #include <svx/rotmodit.hxx>
