summaryrefslogtreecommitdiff
path: root/sc/source/ui/namedlg
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-12-01 23:02:24 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-12-01 23:14:46 +0100
commit8e83722d93bfc49c3a5c31d55ff728842209765a (patch)
tree16f7ffdfbe9e3b75fd510a0ee6f7fd00919c2145 /sc/source/ui/namedlg
parent156e96d8bf7ac1228378f7ea799aa80c0f653d06 (diff)
ManageNames: remove Select button from Manage Names
Diffstat (limited to 'sc/source/ui/namedlg')
-rw-r--r--sc/source/ui/namedlg/namedlg.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/source/ui/namedlg/namedlg.cxx b/sc/source/ui/namedlg/namedlg.cxx
index e5b8440340c1..19eb1694a2dd 100644
--- a/sc/source/ui/namedlg/namedlg.cxx
+++ b/sc/source/ui/namedlg/namedlg.cxx
@@ -85,7 +85,6 @@ ScNameDlg::ScNameDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent,
//
maBtnAdd ( this, ScResId( BTN_ADD ) ),
maBtnDelete ( this, ScResId( BTN_DELETE ) ),
- maBtnSelect ( this, ScResId( BTN_SELECT ) ),
maBtnHelp ( this, ScResId( BTN_HELP ) ),
maBtnOk ( this, ScResId( BTN_NAME_OK ) ),
maBtnCancel ( this, ScResId( BTN_NAME_CANCEL ) ),
@@ -180,8 +179,6 @@ void ScNameDlg::Init()
//TODO: fix the Add Button
maBtnAdd.Disable();
- //TODO: discuss the Select Range button with UX
- maBtnSelect.Disable();
}
sal_Bool ScNameDlg::IsRefInputMode() const
@@ -442,7 +439,6 @@ void ScNameDlg::SelectionChanged()
maEdAssign.Disable();
aRbAssign.Disable();
maLbScope.Disable();
- maBtnSelect.Disable();
maBtnRowHeader.Disable();
maBtnColHeader.Disable();
maBtnPrintArea.Disable();
@@ -461,7 +457,6 @@ void ScNameDlg::SelectionChanged()
maEdAssign.Enable();
aRbAssign.Enable();
maLbScope.Enable();
- maBtnSelect.Enable();
maBtnRowHeader.Enable();
maBtnColHeader.Enable();
maBtnPrintArea.Enable();
@@ -513,7 +508,6 @@ void ScNameDlg::MorePushed()
MoveWindow(maBtnHelp, nPixel);
MoveWindow(maBtnOk, nPixel);
MoveWindow(maBtnCancel, nPixel);
- MoveWindow(maBtnSelect, nPixel);
MoveWindow(maFlDiv, nPixel);
}