svx/source/theme/ThemeColorChangerCommon.cxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit 0f1eeebfcb6177073ce15ec4a357ab80d6955870 Author: Andrea Gelmini <[email protected]> AuthorDate: Fri Aug 25 18:51:07 2023 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Sat Aug 26 11:20:34 2023 +0200 Remove duplicated include Change-Id: Ife90baef2ceff442f51c03805eda945b2b2baf34 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156118 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/svx/source/theme/ThemeColorChangerCommon.cxx b/svx/source/theme/ThemeColorChangerCommon.cxx index 29d65cdda960..5629036f9a68 100644 --- a/svx/source/theme/ThemeColorChangerCommon.cxx +++ b/svx/source/theme/ThemeColorChangerCommon.cxx @@ -30,7 +30,6 @@ #include <editeng/editeng.hxx> #include <editeng/section.hxx> -#include <editeng/eeitem.hxx> using namespace css;
