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

New commits:
commit 13331f26106fdf7c9563374d81baad6e293bb542
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Fri Oct 16 19:25:06 2020 +0100
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Sat Oct 17 12:20:09 2020 +0200

    fix --enable-mergelibs link failure
    
    Change-Id: I094d7cf7d0549344ba132ac07dec42a7e945b041
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104445
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/include/svtools/stringtransfer.hxx 
b/include/svtools/stringtransfer.hxx
index dd497f170d4e..90a6e28f7b5e 100644
--- a/include/svtools/stringtransfer.hxx
+++ b/include/svtools/stringtransfer.hxx
@@ -28,7 +28,7 @@
 namespace svt
 {
     //= OStringTransferable
-    class UNLESS_MERGELIBS(SVT_DLLPUBLIC) OStringTransferable final : public 
TransferDataContainer
+    class SVT_DLLPUBLIC OStringTransferable final : public 
TransferDataContainer
     {
     public:
         OStringTransferable(const OUString& rContent);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to