summaryrefslogtreecommitdiff
path: root/sfx2/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-06-21 20:39:55 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2019-06-23 19:03:40 +0200
commitad8207d648d480790b5b1f6974b61020813cb92e (patch)
treed7d4adf972778a1d3b399bef5a6e03d9eac0e93c /sfx2/source
parent12cf9256fba688df367a2be7db17e0ed3d24c73c (diff)
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>
Diffstat (limited to 'sfx2/source')
-rw-r--r--sfx2/source/dialog/tabdlg.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/source/dialog/tabdlg.cxx b/sfx2/source/dialog/tabdlg.cxx
index 1d5b3ecc3e8e..41e438e5f6af 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