diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-12-16 12:57:53 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-12-16 15:25:50 +0000 |
commit | 976f5101f375304f67ebccb546ea265c08f72404 (patch) | |
tree | 9cdd3e743734fa0e6925346b43dc064e13c37644 /include | |
parent | 3d4aec8c32bf7b95657c40485f093c8e4a36b77c (diff) |
Typo in meant-to-be-overloading function name
Change-Id: I65ab9176b39a436afce23e6bd4423ebf76219166
(cherry picked from commit 0dc19268d2f82c4b95b1a0de28a19aea4e0f7e76)
Reviewed-on: https://gerrit.libreoffice.org/32079
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
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, |