vcl/source/app/IconThemeInfo.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 79b6edcb6854989253021295e8d35ecfcf0a3874 Author: Caolán McNamara <caol...@redhat.com> Date: Fri Feb 21 17:34:52 2014 +0000 I missed a nullptr c++11ish Change-Id: I048efbb816fc4f4e91eb3a80a16f3f82b52599e0 diff --git a/vcl/source/app/IconThemeInfo.cxx b/vcl/source/app/IconThemeInfo.cxx index 69f0302..89a1b4e 100644 --- a/vcl/source/app/IconThemeInfo.cxx +++ b/vcl/source/app/IconThemeInfo.cxx @@ -83,7 +83,7 @@ IconThemeInfo::UrlCanBeParsed(const OUString& url) return false; } - if (!fname.endsWithIgnoreAsciiCase(EXTENSION_FOR_ICON_PACKAGES, nullptr)) { + if (!fname.endsWithIgnoreAsciiCase(EXTENSION_FOR_ICON_PACKAGES)) { return false; }
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits