diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-12-18 12:52:35 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-12-18 16:06:22 +0100 |
commit | 44d0a0ac2ed91228d817a9e4e863eb444c5c3cc8 (patch) | |
tree | 6b21d74c8b14e64d3273a478a6fcabb41fee795c /include/svx/obj3d.hxx | |
parent | a66ffb4409b950c6847ab7ca7f6522f13338c3c4 (diff) |
unique_ptr->optional in SdrObjGeoData
and move it to its own header file to make the include dependencies
easier to handle
Change-Id: I9449ebd70d83be332e47e1786422697f76175e53
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160905
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/obj3d.hxx')
-rw-r--r-- | include/svx/obj3d.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/obj3d.hxx b/include/svx/obj3d.hxx index 13ffc73c9879..54919a49c931 100644 --- a/include/svx/obj3d.hxx +++ b/include/svx/obj3d.hxx @@ -22,6 +22,7 @@ #include <svx/svdoattr.hxx> #include <svx/svdobj.hxx> +#include <svx/svdgeodata.hxx> #include <basegfx/matrix/b3dhommatrix.hxx> #include <basegfx/range/b3drange.hxx> #include <basegfx/polygon/b3dpolypolygon.hxx> |