From c60d246e7af0a6c58bfdc5a4042fc81b41fad4ff Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 29 Apr 2024 19:35:58 +0200 Subject: fix macos build after commit cfb913db1b2024f8ff6a55f45742b303107a1924 Author: Justin Luth 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 Reviewed-by: Noel Grandin --- sc/inc/rangeutl.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc') 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, -- cgit