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

New commits:
commit 8e7d6bd5095404337c6e6dab1b9a20f69765ef29
Author:     Xisco Fauli <[email protected]>
AuthorDate: Thu Aug 2 13:41:26 2018 +0200
Commit:     Xisco FaulĂ­ <[email protected]>
CommitDate: Tue Aug 7 17:21:04 2018 +0200

    tdf#119052: hide edit style button in character style
    
    Change-Id: I8ec82865b990ff19ead819c990f442edd7423d66
    Reviewed-on: https://gerrit.libreoffice.org/58472
    Tested-by: Jenkins
    Reviewed-by: Xisco FaulĂ­ <[email protected]>

diff --git a/sfx2/source/dialog/mgetempl.cxx b/sfx2/source/dialog/mgetempl.cxx
index 867933a89ba6..fed894cbbc8b 100644
--- a/sfx2/source/dialog/mgetempl.cxx
+++ b/sfx2/source/dialog/mgetempl.cxx
@@ -147,6 +147,7 @@ 
SfxManageStyleSheetPage::SfxManageStyleSheetPage(TabPageParent pParent, const Sf
     {
         m_xFollowFt->hide();
         m_xFollowLb->hide();
+        m_xEditStyleBtn->hide();
     }
 
     if ( pStyle->HasParentSupport() && pPool )
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to