summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2011-01-07 21:01:01 +0100
committerPetr Mladek <pmladek@suse.cz>2011-01-07 21:01:01 +0100
commitb44161cba1b34f9513034561a206768c029bde5b (patch)
tree74f78cdd88866281c338d04bab9e238cbf10cf0b
parent04a1bae024326f04cbcd0698eb81c0f4adb3a4ba (diff)
remove commented code
-rw-r--r--sw/source/core/doc/doc.cxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/sw/source/core/doc/doc.cxx b/sw/source/core/doc/doc.cxx
index b502253d12..7221f6afa3 100644
--- a/sw/source/core/doc/doc.cxx
+++ b/sw/source/core/doc/doc.cxx
@@ -1339,14 +1339,8 @@ void SwDoc::CalculatePagesForPrinting(
// get PageRange value to use
OUString aPageRange;
- // --> PL, OD #i116085# - adjusting fix for i113919
-// if (bIsPDFExport)
-// {
-// aPageRange = rOptions.getStringValue( "PageRange", OUString() );
-// }
-// else
+ // PL, OD #i116085# - adjusting fix for i113919
if ( !bIsPDFExport )
- // <--
{
// PageContent :
// 0 -> print all pages (default if aPageRange is empty)