From 6525b488c5eb85a790265b3b394323491ecd70a7 Mon Sep 17 00:00:00 2001 From: Patrick Luby Date: Tue, 13 Feb 2024 17:36:35 -0500 Subject: Fix build breakage with --enable-mergelibs on macOS With Xcode 15.2, --enable-mergelibs started failing so export a couple constructors. Change-Id: If41b167bb349976f38c5da9385824d5f51dc5398 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163326 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/oox/helper/progressbar.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/oox/helper/progressbar.hxx b/include/oox/helper/progressbar.hxx index 7adcb75c5c61..5d77b3277152 100644 --- a/include/oox/helper/progressbar.hxx +++ b/include/oox/helper/progressbar.hxx @@ -37,7 +37,7 @@ namespace oox { /** Interface for progress bar classes. */ -class UNLESS_MERGELIBS(OOX_DLLPUBLIC) IProgressBar +class OOX_DLLPUBLIC IProgressBar { public: virtual ~IProgressBar(); -- cgit