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

New commits:
commit c60d246e7af0a6c58bfdc5a4042fc81b41fad4ff
Author:     Noel Grandin <noelgran...@gmail.com>
AuthorDate: Mon Apr 29 19:35:58 2024 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Mon Apr 29 19:38:09 2024 +0200

    fix macos build
    
    after
        commit cfb913db1b2024f8ff6a55f45742b303107a1924
        Author: Justin Luth <justin.l...@collabora.com>
        Date:   Tue Apr 23 20:15:27 2024 -0400
        xlsx import: parse short-hand version of range address
    
    Change-Id: Ia75b2bd90ac02b682f1c86865a07ac5e2557b555
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166875
    Tested-by: Noel Grandin <noel.gran...@collabora.co.uk>
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/sc/inc/rangeutl.hxx b/sc/inc/rangeutl.hxx
index 6e1a40fc0292..2f23f84432cb 100644
--- a/sc/inc/rangeutl.hxx
+++ b/sc/inc/rangeutl.hxx
@@ -132,7 +132,7 @@ public:
                             sal_Int32& nOffset,
                             sal_Unicode cSeparator = ' ',
                             sal_Unicode cQuote = '\'');
-    static bool     GetRangeFromString(
+    SC_DLLPUBLIC static bool GetRangeFromString(
                             ScRange& rRange,
                             std::u16string_view rRangeStr,
                             const ScDocument& rDocument,

Reply via email to