[Libreoffice-commits] core.git: vcl/source
Stephan Bergmann
sbergman at redhat.com
Mon Jan 22 21:02:38 UTC 2018
vcl/source/gdi/pdfwriter_impl.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c664f790e697278382d739cb2c81039abde4253e
Author: Stephan Bergmann <sbergman at redhat.com>
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 <sbergman at redhat.com>
Tested-by: Stephan Bergmann <sbergman at redhat.com>
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");
}
More information about the Libreoffice-commits
mailing list