summaryrefslogtreecommitdiff
path: root/sc/source/ui/namedlg
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-12-01 21:26:34 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-12-01 23:14:46 +0100
commit64a9481b9902f14d730cf3d6ef1398b314ec2dc3 (patch)
tree35d542964d5635a5b5ccea9992d32cb43a742e55 /sc/source/ui/namedlg
parent6ff59b03023b7698b17fc53a8ac60a008709b497 (diff)
ManageNames: the mode switcher needs to be enabled too
Diffstat (limited to 'sc/source/ui/namedlg')
-rw-r--r--sc/source/ui/namedlg/namedlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/namedlg/namedlg.cxx b/sc/source/ui/namedlg/namedlg.cxx
index 1f9157cde373..bdf8c2b9a28a 100644
--- a/sc/source/ui/namedlg/namedlg.cxx
+++ b/sc/source/ui/namedlg/namedlg.cxx
@@ -460,7 +460,7 @@ void ScNameDlg::SelectionChanged()
maBtnDelete.Enable();
maEdName.Enable();
maEdAssign.Enable();
- aRbAssign.Disable();
+ aRbAssign.Enable();
maLbScope.Enable();
maBtnSelect.Enable();
maBtnRowHeader.Enable();