summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/source/gdi/pdfwriter_impl.cxx2
1 files changed, 1 insertions, 1 deletions
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");
}