[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - sfx2/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Aug 16 15:49:16 UTC 2018
sfx2/source/dialog/mgetempl.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 62191a46cd8ceb73145ede57667304b159f5461e
Author: Xisco Fauli <xiscofauli at libreoffice.org>
AuthorDate: Thu Aug 2 13:41:26 2018 +0200
Commit: Caolán McNamara <caolanm at redhat.com>
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í <xiscofauli at libreoffice.org>
(cherry picked from commit 8e7d6bd5095404337c6e6dab1b9a20f69765ef29)
Reviewed-on: https://gerrit.libreoffice.org/58694
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
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 )
More information about the Libreoffice-commits
mailing list