summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-06-21 20:39:55 +0100
committerAndras Timar <andras.timar@collabora.com>2019-07-06 08:06:45 +0200
commitd926e415c4647eb4553a2e06db3463e79cc4e212 (patch)
tree08416215d71008cb3aff82f5fa63a029c41e52aa /sfx2/source/dialog
parent428a4c2d76a8bc67ad076366ad0d086ee9e6bf62 (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> (cherry picked from commit ad8207d648d480790b5b1f6974b61020813cb92e)
Diffstat (limited to 'sfx2/source/dialog')
-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