diff options
-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 f1a5f4aeb296..6864e9163313 100644 --- a/include/rtl/ustring.hxx +++ b/include/rtl/ustring.hxx @@ -1095,7 +1095,7 @@ public: @since LibreOffice 3.6 */ - bool endsWithIgnoreAsciiCase(OUString const & str, OUString * rest) const + bool endsWithIgnoreAsciiCase(OUString const & str, OUString * rest = 0) const { bool b = str.getLength() <= getLength() && matchIgnoreAsciiCase(str, getLength() - str.getLength()); |