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

New commits:
commit 62191a46cd8ceb73145ede57667304b159f5461e
Author:     Xisco Fauli <[email protected]>
AuthorDate: Thu Aug 2 13:41:26 2018 +0200
Commit:     Caolán McNamara <[email protected]>
CommitDate: Thu Aug 16 17:48:52 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]>
    (cherry picked from commit 8e7d6bd5095404337c6e6dab1b9a20f69765ef29)
    Reviewed-on: https://gerrit.libreoffice.org/58694
    Reviewed-by: Caolán McNamara <[email protected]>
    Tested-by: Caolán McNamara <[email protected]>

diff --git a/sfx2/source/dialog/mgetempl.cxx b/sfx2/source/dialog/mgetempl.cxx
index 1d5275935896..c3c249ada7df 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