diff options
-rw-r--r-- | sw/source/core/view/printdata.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/view/printdata.cxx b/sw/source/core/view/printdata.cxx index 35a979ffa0..db5313d4fe 100644 --- a/sw/source/core/view/printdata.cxx +++ b/sw/source/core/view/printdata.cxx @@ -326,7 +326,7 @@ SwPrintUIOptions::SwPrintUIOptions( aHelpIds, aPrintRangeName, aChoices, - bHasSelection ? 2 /*enable 'Selection' radio button*/ : 0 /* enable 'All pages' */, + 0 /* always default to 'All pages' */, rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Radio" ) ), aChoicesDisabled ); |