sfx2/source/dialog/tabdlg.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 8e0b55bc9b788d2ac95768af6b9e88996dc10d29
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Fri Jun 21 20:39:55 2019 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Sat Jun 22 19:27:07 2019 +0200

    Related: tdf#126036 missing "reset" button
    
    removing 'standard' should not also hide 'reset'
    
    Change-Id: I0c12ea16c378a225052468d01e0f1a99a6d59846
    Reviewed-on: https://gerrit.libreoffice.org/74536
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@redhat.com>

diff --git a/sfx2/source/dialog/tabdlg.cxx b/sfx2/source/dialog/tabdlg.cxx
index a078525f5c03..c341b751c84e 100644
--- a/sfx2/source/dialog/tabdlg.cxx
+++ b/sfx2/source/dialog/tabdlg.cxx
@@ -1104,7 +1104,6 @@ void SfxTabDialogController::RemoveResetButton()
 void SfxTabDialogController::RemoveStandardButton()
 {
     m_xBaseFmtBtn->hide();
-    m_pImpl->bHideResetBtn = true;
 }
 
 SfxTabPage* SfxTabDialogController::GetTabPage(const OString& rPageId) const
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to