vcl/source/gdi/pdfwriter_impl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c664f790e697278382d739cb2c81039abde4253e Author: Stephan Bergmann <[email protected]> Date: Mon Jan 22 13:04:20 2018 +0100 loplugin:redundantcast (clang-cl) Change-Id: If1a5289ce346fa94f7aa8080a50572d6f9cade53 Reviewed-on: https://gerrit.libreoffice.org/48314 Reviewed-by: Stephan Bergmann <[email protected]> Tested-by: Stephan Bergmann <[email protected]> diff --git a/vcl/source/gdi/pdfwriter_impl.cxx b/vcl/source/gdi/pdfwriter_impl.cxx index 2c8cb52bfc14..fc3ef412cb34 100644 --- a/vcl/source/gdi/pdfwriter_impl.cxx +++ b/vcl/source/gdi/pdfwriter_impl.cxx @@ -6040,7 +6040,7 @@ void PDFWriterImpl::sortWidgets() { SAL_WARN( "vcl.pdfwriter", "wrong number of sorted annotations" ); SAL_INFO("vcl.pdfwriter", "PDFWriterImpl::sortWidgets(): wrong number of sorted assertions " - "on page nr " << static_cast<long int>(item.first) << ", " << + "on page nr " << item.first << ", " << static_cast<long int>(item.second.aSortedAnnots.size()) << " sorted and " << static_cast<long int>(nAnnots) << " unsorted"); } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
