summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-01-24 10:34:53 +0200
committerStephan Bergmann <sbergman@redhat.com>2022-01-24 12:30:32 +0100
commita0ba124aac91f443fa381b7991e1f55298c9e7df (patch)
tree7bdc597d73b0a510ba9d61e3c68abe2073994b04
parent221492bdb70429c1896a59346caf983d4703bc68 (diff)
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 <sbergman@redhat.com>
-rw-r--r--chart2/source/inc/DataInterpreter.hxx3
1 files changed, 2 insertions, 1 deletions
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: