diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/rtl/ustring.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rtl/ustring.hxx b/include/rtl/ustring.hxx index ff6b834c22d3..337e8509a53d 100644 --- a/include/rtl/ustring.hxx +++ b/include/rtl/ustring.hxx @@ -819,7 +819,7 @@ public: /** @overload @since LibreOffice 5.3 */ template<typename T> typename libreoffice_internal::ConstCharArrayDetector<T, bool>::TypeUtf16 - equalIgnoreAsciiCase(T & literal) const { + equalsIgnoreAsciiCase(T & literal) const { return rtl_ustr_compareIgnoreAsciiCase_WithLength( pData->buffer, pData->length, |