sc/inc/dpitemdata.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 34b66eac036fcb9b154721e063751311813efb2e Author: Noel Grandin <noel.gran...@collabora.co.uk> AuthorDate: Mon Apr 29 16:13:53 2024 +0200 Commit: Noel Grandin <noel.gran...@collabora.co.uk> CommitDate: Mon Apr 29 19:37:53 2024 +0200 fix Windows build after commit a7094c815628c70ac0430cd2ddc21f13b0b316d2 Author: Noel Grandin <noel.gran...@collabora.co.uk> Date: Mon Feb 26 15:36:48 2024 +0200 make more symbols private in calc Seems different jenkins boxes compile slightly differently Change-Id: I7a439e236e8c3c753ce358b8d5f6e06ccf181768 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166869 Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> Tested-by: Noel Grandin <noel.gran...@collabora.co.uk> diff --git a/sc/inc/dpitemdata.hxx b/sc/inc/dpitemdata.hxx index c09da5fed5b5..aed04cf78e72 100644 --- a/sc/inc/dpitemdata.hxx +++ b/sc/inc/dpitemdata.hxx @@ -62,7 +62,7 @@ public: ScDPItemData(const ScDPItemData& r); ScDPItemData(const OUString& rStr); ScDPItemData(sal_Int32 nGroupType, sal_Int32 nValue); - ~ScDPItemData(); + SC_DLLPUBLIC ~ScDPItemData(); Type GetType() const { return static_cast<Type>(meType); } void SetEmpty();