From aedbbfd934c65b4d73afd13020116fb65567f0d1 Mon Sep 17 00:00:00 2001 From: Srijan Bhatia Date: Thu, 30 Jul 2020 16:43:01 +0530 Subject: tdf#135082 fix print selection Change-Id: Id4d48f25161aac20e8594b5e32c5dbe09e78ccc1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99790 Tested-by: Jenkins Reviewed-by: Mike Kaganski --- sw/source/core/doc/doc.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sw') diff --git a/sw/source/core/doc/doc.cxx b/sw/source/core/doc/doc.cxx index f560de2e7238..69dcd0f98039 100644 --- a/sw/source/core/doc/doc.cxx +++ b/sw/source/core/doc/doc.cxx @@ -721,9 +721,7 @@ void SwDoc::CalculatePagesForPrinting( // PageContent : // 0 -> print all pages (default if aPageRange is empty) // 1 -> print range according to PageRange - // 2 -> print even pages - // 3 -> print odd pages - // 4 -> print selection + // 2 -> print selection if (1 == nContent) aPageRange = rOptions.getStringValue( "PageRange" ); -- cgit