diff options
-rw-r--r-- | solenv/clang-format/excludelist | 2 | ||||
-rw-r--r-- | svx/inc/legacyitem.hxx (renamed from include/svx/legacyitem.hxx) | 0 | ||||
-rw-r--r-- | svx/source/items/autoformathelper.cxx | 2 | ||||
-rw-r--r-- | svx/source/items/legacyitem.cxx | 2 |
4 files changed, 3 insertions, 3 deletions
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 index b8d1362b4464..b8d1362b4464 100644 --- a/include/svx/legacyitem.hxx +++ b/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> |