summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2018-08-02 13:41:26 +0200
committerXisco FaulĂ­ <xiscofauli@libreoffice.org>2018-08-07 17:21:04 +0200
commit8e7d6bd5095404337c6e6dab1b9a20f69765ef29 (patch)
treec6087f22780a4949afde873e53cc3038cf70b613
parentb8a83417ed080b4c63b797d3f6837c49cdbdd2a2 (diff)
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@libreoffice.org>
-rw-r--r--sfx2/source/dialog/mgetempl.cxx1
1 files changed, 1 insertions, 0 deletions
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 )