sc/source/ui/inc/PivotCalcFieldDialog.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit eeb11e9870948d7c4dbe82c2c2bff418559cb607 Author: Stephan Bergmann <[email protected]> AuthorDate: Mon Mar 16 11:47:22 2026 +0100 Commit: Michael Stahl <[email protected]> CommitDate: Mon Mar 16 14:57:31 2026 +0100 UBSan needs ScPivotCalcFieldDlg RTTI ...following up on e56010bf5a3ec5f66b92b248dccc92a6fd295dde "tdf#78486 sc: add calculated field dialog for pivot tables" Change-Id: I1b4106608d89ff17248273e9e56af79948e6c047 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/201813 Reviewed-by: Michael Stahl <[email protected]> Tested-by: Jenkins CollaboraOffice <[email protected]> diff --git a/sc/source/ui/inc/PivotCalcFieldDialog.hxx b/sc/source/ui/inc/PivotCalcFieldDialog.hxx index d6b4b0dcae67..3b01ad735ccc 100644 --- a/sc/source/ui/inc/PivotCalcFieldDialog.hxx +++ b/sc/source/ui/inc/PivotCalcFieldDialog.hxx @@ -19,6 +19,7 @@ #pragma once +#include <sal/types.h> #include <vcl/weld.hxx> #include "viewdata.hxx" @@ -29,7 +30,7 @@ class ScDocument; -class ScPivotCalcFieldDlg : public weld::GenericDialogController +class SAL_DLLPUBLIC_RTTI ScPivotCalcFieldDlg : public weld::GenericDialogController { public: SC_DLLPUBLIC ScPivotCalcFieldDlg(weld::Window* pParent, ScViewData& rData,
