From cd52832249267a83f7207e6702a50af6e94c6654 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 9 May 2023 09:03:35 +0200 Subject: move a toolkit header inside the module It is only used inside the module, no need to be public Change-Id: Ibd8445ecbb67624569ee7225f0bdf6d9c041dab4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151569 Tested-by: Jenkins Reviewed-by: Noel Grandin --- toolkit/source/helper/property.cxx | 2 +- toolkit/source/helper/unopropertyarrayhelper.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'toolkit/source/helper') diff --git a/toolkit/source/helper/property.cxx b/toolkit/source/helper/property.cxx index 315f0ef5d897..945c4b016a64 100644 --- a/toolkit/source/helper/property.cxx +++ b/toolkit/source/helper/property.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include +#include #include #include diff --git a/toolkit/source/helper/unopropertyarrayhelper.cxx b/toolkit/source/helper/unopropertyarrayhelper.cxx index 0b4b8055c226..bc0f996d3d37 100644 --- a/toolkit/source/helper/unopropertyarrayhelper.cxx +++ b/toolkit/source/helper/unopropertyarrayhelper.cxx @@ -18,7 +18,7 @@ */ -#include +#include #include #include -- cgit