[Libreoffice-commits] core.git: Branch 'libreoffice-6-3' - sfx2/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Sat Jun 22 17:27:52 UTC 2019


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

New commits:
commit ac9715d5f83843c1bb6004e50e1ce812971acbdd
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Jun 21 20:39:55 2019 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Sat Jun 22 19:27:21 2019 +0200

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

diff --git a/sfx2/source/dialog/tabdlg.cxx b/sfx2/source/dialog/tabdlg.cxx
index f75b78a1a9f7..e903d6b76a84 100644
--- a/sfx2/source/dialog/tabdlg.cxx
+++ b/sfx2/source/dialog/tabdlg.cxx
@@ -1106,7 +1106,6 @@ void SfxTabDialogController::RemoveResetButton()
 void SfxTabDialogController::RemoveStandardButton()
 {
     m_xBaseFmtBtn->hide();
-    m_pImpl->bHideResetBtn = true;
 }
 
 SfxTabPage* SfxTabDialogController::GetTabPage(const OString& rPageId) const


More information about the Libreoffice-commits mailing list