summaryrefslogtreecommitdiff
path: root/include/rtl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-12-16 12:57:53 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-12-16 12:57:53 +0100
commit0dc19268d2f82c4b95b1a0de28a19aea4e0f7e76 (patch)
tree9f0a1728a6d746b68ac9ce618eb2d0d1d0c31a6d /include/rtl
parent3ccc2c027cf30d94414e5c1e26f9bb2d878aff82 (diff)
Typo in meant-to-be-overloading function name
Change-Id: I65ab9176b39a436afce23e6bd4423ebf76219166
Diffstat (limited to 'include/rtl')
-rw-r--r--include/rtl/ustring.hxx2
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,