[Libreoffice-commits] core.git: sc/source

Andreas Heinisch (via logerrit) logerrit at kemper.freedesktop.org
Sat Apr 24 20:37:53 UTC 2021


 sc/source/ui/namedlg/namedlg.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 7727d39f2ccc4fa802100f474d25f1c56f5ce625
Author:     Andreas Heinisch <andreas.heinisch at yahoo.de>
AuthorDate: Wed Apr 21 10:06:16 2021 +0200
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Sat Apr 24 22:33:36 2021 +0200

    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 at ubuntu.com>

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)
     {


More information about the Libreoffice-commits mailing list