diff options
author | Kurt Zenker <kz@openoffice.org> | 2011-01-06 14:53:34 +0100 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2011-01-06 14:53:34 +0100 |
commit | 918d4322d8cedadcebaa3b5f57dd465cd15856a8 (patch) | |
tree | d579ea0f7031970537b78b2d19ea61e61ec9bdb4 | |
parent | 450deef7af2e6150493f9f584bf08600884ca098 (diff) | |
parent | 4c8a903f074a3230f78ea0a829a0bdb9ecf18b47 (diff) |
CWS-TOOLING: integrate CWS ooo33gsl13ooo/OOO330_m20ooo/OOO330_m19
-rw-r--r-- | sw/source/core/doc/doc.cxx | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/sw/source/core/doc/doc.cxx b/sw/source/core/doc/doc.cxx index 4cd360128c..80c5a95714 100644 --- a/sw/source/core/doc/doc.cxx +++ b/sw/source/core/doc/doc.cxx @@ -1336,12 +1336,14 @@ void SwDoc::CalculatePagesForPrinting( // get PageRange value to use OUString aPageRange; - if (bIsPDFExport) - { - // ?? rOptions.getValue( C2U("Selection") ); - aPageRange = rOptions.getStringValue( "PageRange", OUString() ); - } - else + // --> PL, OD #i116085# - adjusting fix for i113919 +// if (bIsPDFExport) +// { +// aPageRange = rOptions.getStringValue( "PageRange", OUString() ); +// } +// else + if ( !bIsPDFExport ) + // <-- { // PageContent : // 0 -> print all pages (default if aPageRange is empty) |