From ef819a24e14274aa21d439c6ae7874879b31c28f Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Fri, 7 Oct 2011 09:34:18 +0200 Subject: [PATCH] Kill dead code. --- filter/source/pdf/impdialog.cxx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/filter/source/pdf/impdialog.cxx b/filter/source/pdf/impdialog.cxx index cb822195c8af..6db5ee961b00 100644 --- a/filter/source/pdf/impdialog.cxx +++ b/filter/source/pdf/impdialog.cxx @@ -649,8 +649,6 @@ SfxTabPage* ImpPDFTabGeneralPage::Create( Window* pParent, IMPL_LINK( ImpPDFTabGeneralPage, TogglePagesHdl, void*, EMPTYARG ) { maEdPages.Enable( maRbRange.IsChecked() ); - //Sym2_5805, When the control is disabled, it is also readonly. So here, it is not necessary to set it as readonly. - //maEdPages.SetReadOnly( !maRbRange.IsChecked() ); if ( maRbRange.IsChecked() ) maEdPages.GrabFocus(); return 0; @@ -689,8 +687,6 @@ IMPL_LINK( ImpPDFTabGeneralPage, ToggleAddStreamHdl, void*, EMPTYARG ) maRbRange.Enable( sal_False ); maRbSelection.Enable( sal_False ); maEdPages.Enable( sal_False ); - //Sym2_5805, When the control is disabled, it is also readonly. So here, it is not necessary to set it as readonly. - //maEdPages.SetReadOnly( sal_True ); maRbAll.Enable( sal_False ); } else