diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-05-09 09:03:35 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-05-09 18:12:21 +0200 |
commit | cd52832249267a83f7207e6702a50af6e94c6654 (patch) | |
tree | 45207b27fceb33465fd0f3f8b55e310cc2ea5c2d /toolkit/source/helper | |
parent | 4f520dc7e3badc0165ee3b13ddd514bb94b00265 (diff) |
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 <noel.grandin@collabora.co.uk>
Diffstat (limited to 'toolkit/source/helper')
-rw-r--r-- | toolkit/source/helper/property.cxx | 2 | ||||
-rw-r--r-- | toolkit/source/helper/unopropertyarrayhelper.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
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 <toolkit/helper/property.hxx> +#include <helper/property.hxx> #include <tools/debug.hxx> #include <com/sun/star/awt/FontDescriptor.hpp> 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 <toolkit/helper/property.hxx> +#include <helper/property.hxx> #include <map> #include <helper/unopropertyarrayhelper.hxx> |