sc/inc/dapiuno.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 09cfff610b52d8c6888f8911e25a761c53ea0eb7 Author: Stephan Bergmann <[email protected]> AuthorDate: Sun Dec 28 16:17:12 2025 +0100 Commit: Stephan Bergmann <[email protected]> CommitDate: Sun Dec 28 18:03:37 2025 +0100 UBSan apparently needs ScDataPilotFieldsObj RTTI now ...seeing CppunitTest_sc_filters_test failing with > DynamicLibraryManagerException: "Failed to load dynamic library: /home/sberg/lo/core/workdir/LinkTarget/CppunitTest/libtest_sc_filters_test.so > /home/sberg/lo/core/instdir/program/libscfiltlo.so: undefined symbol: _ZTI20ScDataPilotFieldsObj" Change-Id: I787e116dc3ae1249ac8377767e49d0cbcd9ec2db Reviewed-on: https://gerrit.libreoffice.org/c/core/+/196266 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <[email protected]> diff --git a/sc/inc/dapiuno.hxx b/sc/inc/dapiuno.hxx index cc78d7f25e4c..2ca3856eaf8b 100644 --- a/sc/inc/dapiuno.hxx +++ b/sc/inc/dapiuno.hxx @@ -335,7 +335,7 @@ typedef ::cppu::WeakImplHelper ScDataPilotFieldsObjImpl; /** Collection of all DataPilot fields, or of all fields from a specific dimension. */ -class ScDataPilotFieldsObj final : public ScDataPilotChildObjBase, public ScDataPilotFieldsObjImpl +class SAL_DLLPUBLIC_RTTI ScDataPilotFieldsObj final : public ScDataPilotChildObjBase, public ScDataPilotFieldsObjImpl { public: explicit ScDataPilotFieldsObj(
