sw/inc/format.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 02ce80ca2d69296dcbf799dc49302bf071887a25
Author:     Noel Grandin <noelgran...@collabora.co.uk>
AuthorDate: Sat May 4 15:05:45 2024 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Sat May 4 20:12:42 2024 +0200

    fix Windows build
    
    probably since
        commit 51f3916a102c3a3c16dd84310aadfa3c935e516b
        Author: Noel Grandin <noel.gran...@collabora.co.uk>
        Date:   Thu May 2 14:39:14 2024 +0200
        replace createFromAscii with OUString literals in SwFormat
    
    Change-Id: I0d1c7498cd646931db511b197cfc4f694107d521
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167125
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/sw/inc/format.hxx b/sw/inc/format.hxx
index 5f0a2307893d..b38d9549b15e 100644
--- a/sw/inc/format.hxx
+++ b/sw/inc/format.hxx
@@ -66,7 +66,7 @@ class SAL_DLLPUBLIC_RTTI SwFormat : public 
sw::BorderCacheOwner, public sw::Broa
     virtual void InvalidateInSwFntCache(sal_uInt16) {};
 
 protected:
-    SwFormat( SwAttrPool& rPool, const OUString& rFormatNm,
+    SW_DLLPUBLIC SwFormat( SwAttrPool& rPool, const OUString& rFormatNm,
             const WhichRangesContainer& pWhichRanges, SwFormat *pDrvdFrame, 
sal_uInt16 nFormatWhich );
     SwFormat( const SwFormat& rFormat );
     virtual void SwClientNotify(const SwModify&, const SfxHint&) override;

Reply via email to