From 53a4b94d018820689e0b98d7fa0a92563e3971a1 Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Wed, 12 Apr 2023 12:03:10 +0300 Subject: Use more *string_view OUString::equalsIgnoreAsciiCaseAscii and compareToIgnoreAsciiCaseAscii taking string_view are added as overloads, rather than replacements to the variants taking const char*, because the latter have benefit when the passed C-style string's length is unknown, because these variants don't pre-calculate the length. Change-Id: I2def689d7b7784212dc6cd6b8ae9ab1d42604079 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150272 Tested-by: Jenkins Reviewed-by: Mike Kaganski --- sw/Library_sw.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'sw/Library_sw.mk') diff --git a/sw/Library_sw.mk b/sw/Library_sw.mk index 8a79be4f9e41..5abd6bb541d7 100644 --- a/sw/Library_sw.mk +++ b/sw/Library_sw.mk @@ -536,7 +536,6 @@ $(eval $(call gb_Library_add_exception_objects,sw,\ sw/source/filter/basflt/shellio \ sw/source/filter/html/SwAppletImpl \ sw/source/filter/html/css1atr \ - sw/source/filter/html/css1kywd \ sw/source/filter/html/htmlatr \ sw/source/filter/html/htmlbas \ sw/source/filter/html/htmlcss1 \ -- cgit