summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAttila Szűcs <attila.szucs@collabora.com>2024-02-14 03:54:05 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-02-14 07:57:24 +0100
commit0f4002378d7cbf20ed5f33cbdc4e3c8e01e0338d (patch)
tree8bf893e890d551e2dec7a71721cfe170021870aa
parent5e70dd023525e69e49851ff8d44287ccf5e56f95 (diff)
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.grandin@collabora.co.uk>
-rw-r--r--include/comphelper/oslfile2streamwrap.hxx2
1 files changed, 1 insertions, 1 deletions
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;