diff options
author | Marcus Lange <marcus@apache.org> | 2016-11-10 23:09:34 +0000 |
---|---|---|
committer | Marcus Lange <marcus@apache.org> | 2016-11-10 23:09:34 +0000 |
commit | 134d59496b3571b8c969d6d9e6e6ad14150bd402 (patch) | |
tree | c69afa9c3d496f260ff847fe1760be9e551ea526 /sw | |
parent | af0e5f5c14ead7879700f34a1ffbbae5f90ac1b1 (diff) |
#i39199# Translated comments from German to English
Notes
Notes:
prefer: 0b081027fecbfdcdee6ab4e36e22123f3cd4cfde
Diffstat (limited to 'sw')
-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 |