diff options
-rw-r--r-- | sw/source/core/doc/doc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/doc/doc.cxx b/sw/source/core/doc/doc.cxx index 1a65ca681697..701aca9854bc 100644 --- a/sw/source/core/doc/doc.cxx +++ b/sw/source/core/doc/doc.cxx @@ -1596,7 +1596,7 @@ void SwDoc::CalculatePagePairsForProspectPrinting( sal_Int32 i = 0; for ( i = 1; pStPage && i < nDocPageCount; ++i ) pStPage = (SwPageFrm*)pStPage->GetNext(); - if ( !pStPage ) // dann wars das + if ( !pStPage ) // thats it then return; // currently for prospect printing all pages are valid to be printed |