summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPatrick Luby <guibmacdev@gmail.com>2024-02-13 17:36:35 -0500
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-02-14 09:40:12 +0100
commit6525b488c5eb85a790265b3b394323491ecd70a7 (patch)
treeaa572de60a7d0e437eb87c35152c9e7e94d79a4c /include
parentfb35c64d5b7bb3c6763d09af613d9c79c657f7a9 (diff)
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 <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/oox/helper/progressbar.hxx2
1 files changed, 1 insertions, 1 deletions
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();