[Libreoffice-commits] .: sc/source
Thorsten Behrens
thorsten at kemper.freedesktop.org
Thu Nov 4 06:29:15 PDT 2010
sc/source/ui/miscdlgs/highred.cxx | 14 --------------
1 file changed, 14 deletions(-)
New commits:
commit 4f06d627ea2c8bd53dbf6f24b0c245ce59c51ff4
Author: Kevin Hunter <hunteke at earlham.edu>
Date: Thu Nov 4 14:29:04 2010 +0100
Removed unused code
diff --git a/sc/source/ui/miscdlgs/highred.cxx b/sc/source/ui/miscdlgs/highred.cxx
index aab3a21..cd503a9 100644
--- a/sc/source/ui/miscdlgs/highred.cxx
+++ b/sc/source/ui/miscdlgs/highred.cxx
@@ -106,7 +106,6 @@ ScHighlightChgDlg::ScHighlightChgDlg( SfxBindings* pB, SfxChildWindow* pCW, Wind
aFilterCtr.HideRange(FALSE);
aFilterCtr.Show();
SetDispatcherLock( TRUE );
- //SFX_APPWINDOW->Disable(FALSE);
Init();
@@ -114,7 +113,6 @@ ScHighlightChgDlg::ScHighlightChgDlg( SfxBindings* pB, SfxChildWindow* pCW, Wind
ScHighlightChgDlg::~ScHighlightChgDlg()
{
SetDispatcherLock( FALSE );
- //SFX_APPWINDOW->Enable();
}
void __EXPORT ScHighlightChgDlg::Init()
@@ -214,17 +212,6 @@ void ScHighlightChgDlg::RefInputDone( BOOL bForced)
void ScHighlightChgDlg::SetActive()
{
- /*
- if(pTPFilter!=NULL)
- {
- aAcceptChgCtr.GetFilterPage()->SetFocusToRange();
- aEdAssign.Hide();
- aRbAssign.Hide();
- SFX_APPWINDOW->Enable();
- SetDispatcherLock( FALSE );
- }
- //RefInputDone();
- */
}
BOOL ScHighlightChgDlg::IsRefInputMode() const
@@ -257,7 +244,6 @@ IMPL_LINK( ScHighlightChgDlg, RefHandle, SvxTPFilter*, pRef )
if(pRef!=NULL)
{
SetDispatcherLock( TRUE );
- //SFX_APPWINDOW->Disable(FALSE);
aEdAssign.Show();
aRbAssign.Show();
aEdAssign.SetText(aFilterCtr.GetRange());
More information about the Libreoffice-commits
mailing list