include/oox/helper/progressbar.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6525b488c5eb85a790265b3b394323491ecd70a7
Author:     Patrick Luby <guibmac...@gmail.com>
AuthorDate: Tue Feb 13 17:36:35 2024 -0500
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Wed Feb 14 09:40:12 2024 +0100

    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.gran...@collabora.co.uk>

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();

Reply via email to