sfx2/source/dialog/mgetempl.cxx |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit e0c1dcd97edc1194e4445a45a815406446c1c7d7
Author:     shubham656 <[email protected]>
AuthorDate: Tue Nov 24 02:09:30 2020 +0530
Commit:     Xisco Fauli <[email protected]>
CommitDate: Tue Nov 24 11:40:37 2020 +0100

    tdf#132860 Assign value to set_sensitive flag in m_xName
    
    Change-Id: I9438e1a18253d90ff26e71b3aab83e96468fb9d0
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106461
    Tested-by: Jenkins
    Reviewed-by: Jim Raykowski <[email protected]>
    (cherry picked from commit 1795cfde106c830bff513d3a9ff27d1759f9b227)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106441
    Reviewed-by: Xisco Fauli <[email protected]>

diff --git a/sfx2/source/dialog/mgetempl.cxx b/sfx2/source/dialog/mgetempl.cxx
index 46536f3f4d8c..4ab0c2d2523c 100644
--- a/sfx2/source/dialog/mgetempl.cxx
+++ b/sfx2/source/dialog/mgetempl.cxx
@@ -123,6 +123,11 @@ 
SfxManageStyleSheetPage::SfxManageStyleSheetPage(weld::Container* pPage, weld::D
     {
         m_xName->set_can_focus(true);
         m_xName->set_editable(true);
+        m_xName->set_sensitive(true);
+    }
+    else
+    {
+        m_xName->set_sensitive(false);
     }
 
     if ( pStyle->HasFollowSupport() && pPool )
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to