vcl/quartz/utils.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 72ff89f147340795fae439c6b9274e67e286c5b6 Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Tue Dec 22 13:50:28 2020 +0100 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Tue Dec 22 18:30:33 2020 +0100 loplugin:loopvartoosmall Change-Id: Ia9ae40b6286801c7cbdab6856d57e0ddd37aba87 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108161 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/vcl/quartz/utils.cxx b/vcl/quartz/utils.cxx index 0182ec118886..b07e68f74642 100644 --- a/vcl/quartz/utils.cxx +++ b/vcl/quartz/utils.cxx @@ -89,7 +89,7 @@ OUString NSStringArrayToOUString(NSArray* array) { OUString result = "["; OUString sep; - for (unsigned i = 0; i < [array count]; i++) + for (NSUInteger i = 0; i < [array count]; i++) { result = result + sep + OUString::fromUtf8([[array objectAtIndex:i] UTF8String]); sep = ","; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits