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 | 6c0c86f0c8b7090070132b15e5e422b0677b8b73 (patch) | |
tree | 40655e007d2c8a4f0e4b65376a16add1cd012bc1 | |
parent | 344da048cb7a9558aeb394eb53af438c75fecc06 (diff) | |
parent | b78754373d4375c131f399b5bc075b74fe80f0cd (diff) |
CWS-TOOLING: integrate CWS ooo33gsl13
Notes
Notes:
split repo tag: writer_ooo/OOO330_m19
split repo tag: writer_ooo/OOO330_m20
-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 2378cd1d68a1..54997289133e 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) |