summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-10-07 09:34:18 +0200
committerJan Holesovsky <kendy@suse.cz>2011-10-07 09:38:42 +0200
commitef819a24e14274aa21d439c6ae7874879b31c28f (patch)
tree057af54e15239767aaaeae80bf25169e2b7e7e2d /filter
parent6087dc9cddde7052258996389d561f415ebee13c (diff)
Kill dead code.
Diffstat (limited to 'filter')
-rw-r--r--filter/source/pdf/impdialog.cxx4
1 files changed, 0 insertions, 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