summaryrefslogtreecommitdiff
path: root/sc/source/ui
diff options
context:
space:
mode:
authorAndreas Heinisch <andreas.heinisch@yahoo.de>2021-04-21 10:06:16 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2021-04-24 22:33:36 +0200
commit7727d39f2ccc4fa802100f474d25f1c56f5ce625 (patch)
tree022fc1cb555a33b4275df47d12c5222254458da2 /sc/source/ui
parentfccb5adef2e323abd48238701fd9680428557466 (diff)
tdf#82211 - Show hidden info label
Change-Id: Ibd1b3d54ff94eb5a3e7ce92d9c790721bbe23c85 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114378 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'sc/source/ui')
-rw-r--r--sc/source/ui/namedlg/namedlg.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/namedlg/namedlg.cxx b/sc/source/ui/namedlg/namedlg.cxx
index 977abd5ae785..b3ee50eac252 100644
--- a/sc/source/ui/namedlg/namedlg.cxx
+++ b/sc/source/ui/namedlg/namedlg.cxx
@@ -77,7 +77,6 @@ ScNameDlg::ScNameDlg( SfxBindings* pB, SfxChildWindow* pCW, weld::Window* pParen
m_xEdAssign->SetReferences(this, m_xFtAssign.get());
m_xRbAssign->SetReferences(this, m_xEdAssign.get());
maStrInfoDefault = m_xFtInfo->get_label();
- m_xFtInfo->set_label(OUString());
if (!pRangeMap)
{