diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-01-26 10:39:07 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-01-26 19:36:59 +0100 |
commit | 47a863f09d1c1273dc0c00cc03719d322b00ddd4 (patch) | |
tree | 212af35fa2eea67ecee4936880f5a3469f068129 /chart2/source/inc | |
parent | a3a6ef172927087d4d98f1e04f428de870db3c8c (diff) |
whack ubsan with a bigger hammer
it seems to have trouble compiling code when it can't see
chart::ChartModel, so just include it from one of the central
headers.
Change-Id: I1c96e40b5b8e35b74dd80f44d8c3243af5ba2626
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128973
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/source/inc')
-rw-r--r-- | chart2/source/inc/ReferenceSizeProvider.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/inc/ReferenceSizeProvider.hxx b/chart2/source/inc/ReferenceSizeProvider.hxx index eb8fa534b472..dbacd093ff24 100644 --- a/chart2/source/inc/ReferenceSizeProvider.hxx +++ b/chart2/source/inc/ReferenceSizeProvider.hxx @@ -22,6 +22,7 @@ #include <com/sun/star/awt/Size.hpp> #include "charttoolsdllapi.hxx" #include <rtl/ref.hxx> +#include <ChartModel.hxx> namespace com::sun::star { namespace chart2 { @@ -36,7 +37,6 @@ namespace com::sun::star { namespace chart { -class ChartModel; class OOO_DLLPUBLIC_CHARTTOOLS ReferenceSizeProvider { |