sc/inc/dapiuno.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c28e641d726e2aad7ae26d494365cc7f94361422 Author: Noel Grandin <[email protected]> AuthorDate: Tue Dec 23 12:36:02 2025 +0200 Commit: Noel Grandin <[email protected]> CommitDate: Tue Dec 23 13:38:31 2025 +0100 ubsan needs more RTTI after commit 56384aa312dff642962db8d2792c9f66d0b08707 Author: Noel Grandin <[email protected]> Date: Sat Dec 20 13:50:57 2025 +0200 use more concrete UNO in pivot cache Change-Id: Iac6c2dcb198fc86b47672d52db14fe7dc1beb635 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/196159 Tested-by: Jenkins Reviewed-by: Noel Grandin <[email protected]> diff --git a/sc/inc/dapiuno.hxx b/sc/inc/dapiuno.hxx index f62738d81cdc..cc78d7f25e4c 100644 --- a/sc/inc/dapiuno.hxx +++ b/sc/inc/dapiuno.hxx @@ -391,7 +391,7 @@ typedef ::cppu::WeakImplHelper ScDataPilotFieldObjImpl; /** Implementation of a single DataPilot field. */ -class ScDataPilotFieldObj final : public ScDataPilotChildObjBase, public ScDataPilotFieldObjImpl +class SAL_DLLPUBLIC_RTTI ScDataPilotFieldObj final : public ScDataPilotChildObjBase, public ScDataPilotFieldObjImpl { public: ScDataPilotFieldObj(
