chart2/source/inc/DataInterpreter.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit a0ba124aac91f443fa381b7991e1f55298c9e7df Author: Noel Grandin <noel.gran...@collabora.co.uk> AuthorDate: Mon Jan 24 10:34:53 2022 +0200 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Mon Jan 24 12:30:32 2022 +0100 asan: fix symbol visibility in chart2 asan needs some more RTTI Change-Id: Ib79655fc873c4e7b1b3088e23f7c1854b1a1d48a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128851 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/chart2/source/inc/DataInterpreter.hxx b/chart2/source/inc/DataInterpreter.hxx index eb914208684f..1776cb0f171e 100644 --- a/chart2/source/inc/DataInterpreter.hxx +++ b/chart2/source/inc/DataInterpreter.hxx @@ -24,6 +24,7 @@ #include <com/sun/star/chart2/InterpretedData.hpp> #include <com/sun/star/chart2/data/XDataSource.hpp> #include <com/sun/star/chart2/XDataSeries.hpp> +#include "charttoolsdllapi.hxx" namespace chart { @@ -31,7 +32,7 @@ namespace chart /** offers tooling to interpret different data sources in a structural and chart-type-dependent way. */ -class DataInterpreter : public ::cppu::WeakImplHelper< +class SAL_DLLPUBLIC_RTTI DataInterpreter : public ::cppu::WeakImplHelper< css::lang::XServiceInfo > { public: