From 6d1b241ab7b2edf3f3eef26f4cc514c22849caf5 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 11 Oct 2023 13:27:51 +0200 Subject: Drop o3tl::span, can use C++20 std::span directly now Change-Id: Ic21ff7bf48f07f7277979d52e99d2c5c268de83f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157825 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- linguistic/source/lngopt.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linguistic') diff --git a/linguistic/source/lngopt.cxx b/linguistic/source/lngopt.cxx index d46dfbb52bbd..88264126f377 100644 --- a/linguistic/source/lngopt.cxx +++ b/linguistic/source/lngopt.cxx @@ -138,7 +138,7 @@ OUString LinguOptions::GetName( sal_Int32 nWID ) //! map must be sorted by first entry in alphabetical increasing order. -static o3tl::span lcl_GetLinguProps() +static std::span lcl_GetLinguProps() { static const SfxItemPropertyMapEntry aLinguProps[] = { -- cgit