Related: tdf#126036 missing "reset" button

removing 'standard' should not also hide 'reset'

Change-Id: I0c12ea16c378a225052468d01e0f1a99a6d59846
Reviewed-on: https://gerrit.libreoffice.org/74538
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
diff --git a/sfx2/source/dialog/tabdlg.cxx b/sfx2/source/dialog/tabdlg.cxx
index 1d5b3ec..41e438e 100644
--- a/sfx2/source/dialog/tabdlg.cxx
+++ b/sfx2/source/dialog/tabdlg.cxx
@@ -2196,7 +2196,6 @@ void SfxTabDialogController::RemoveResetButton()
void SfxTabDialogController::RemoveStandardButton()
{
    m_xBaseFmtBtn->hide();
    m_pImpl->bHideResetBtn = true;
}

SfxTabPage* SfxTabDialogController::GetTabPage(const OString& rPageId) const