diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2024-04-29 19:35:58 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-04-29 19:38:09 +0200 |
commit | c60d246e7af0a6c58bfdc5a4042fc81b41fad4ff (patch) | |
tree | f037dac9dfe9bdc97021e0fe21ebd6eef577baf7 /sc | |
parent | 34b66eac036fcb9b154721e063751311813efb2e (diff) |
fix macos build
after
commit cfb913db1b2024f8ff6a55f45742b303107a1924
Author: Justin Luth <justin.luth@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.grandin@collabora.co.uk>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/rangeutl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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, |