Kaydet (Commit) c664f790 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:redundantcast (clang-cl)

Change-Id: If1a5289ce346fa94f7aa8080a50572d6f9cade53
Reviewed-on: https://gerrit.libreoffice.org/48314Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
Tested-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst d4b7c6fa
......@@ -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");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment