summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-06-21 20:39:55 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-06-22 19:27:07 +0200
commit8e0b55bc9b788d2ac95768af6b9e88996dc10d29 (patch)
tree7db29cb0761dc2463c4a332ead8bc5062e564ebc /sfx2
parenta2dad3e10ada8adcc9b5bdb60d3d516e33aa3f07 (diff)
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 <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2')
-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 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