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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Aug 7 15:21:25 UTC 2018


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

New commits:
commit 8e7d6bd5095404337c6e6dab1b9a20f69765ef29
Author:     Xisco Fauli <xiscofauli at libreoffice.org>
AuthorDate: Thu Aug 2 13:41:26 2018 +0200
Commit:     Xisco FaulĂ­ <xiscofauli at libreoffice.org>
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Ă­ <xiscofauli at libreoffice.org>

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 )


More information about the Libreoffice-commits mailing list