include/comphelper/oslfile2streamwrap.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0f4002378d7cbf20ed5f33cbdc4e3c8e01e0338d
Author:     Attila Szűcs <attila.sz...@collabora.com>
AuthorDate: Wed Feb 14 03:54:05 2024 +0100
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Wed Feb 14 07:57:24 2024 +0100

    fix windows UNLESS_MERGELIBS
    
    it was needed to fix a linker error in my system
    
    Change-Id: I5eeebf0db569289aace32f61535ae2ba7148de48
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163327
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/include/comphelper/oslfile2streamwrap.hxx 
b/include/comphelper/oslfile2streamwrap.hxx
index 79bd808af452..84122624c8f7 100644
--- a/include/comphelper/oslfile2streamwrap.hxx
+++ b/include/comphelper/oslfile2streamwrap.hxx
@@ -58,7 +58,7 @@ private:
 class OSLOutputStreamWrapper final : public 
::cppu::WeakImplHelper<css::io::XOutputStream>
 {
 public:
-    UNLESS_MERGELIBS(COMPHELPER_DLLPUBLIC) OSLOutputStreamWrapper(::osl::File& 
_rFile);
+    COMPHELPER_DLLPUBLIC OSLOutputStreamWrapper(::osl::File& _rFile);
 
 private:
     virtual ~OSLOutputStreamWrapper() override;

Reply via email to