summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2023-02-15 11:30:01 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2023-02-15 16:08:08 +0000
commitffed1616ef4da1248ac64559064d014aa028467b (patch)
treeb3619290a16842b1c9031d0b396f3d1e57167d98
parent64c400a67db8441fdc5597782c5270cd5028e0fd (diff)
tdf#153172 Options > Charts > Default Colors no longer persistent
regression from commit b95142c11e80c58b70dff68bfd7f3792657b9ee2 Author: Noel Grandin <noelgrandin@gmail.com> Date: Mon Jun 20 19:17:00 2022 +0200 tdf#58134 Reset Button in Options Dialogs Change-Id: Idef9880e29c322ae2d11641354baf8a241fc7fb0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147049 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> (cherry picked from commit 9d6c5f13ff031c18d3c117e4de212e2550d24e8c) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147062 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
-rw-r--r--cui/source/options/optchart.cxx11
1 files changed, 1 insertions, 10 deletions
diff --git a/cui/source/options/optchart.cxx b/cui/source/options/optchart.cxx
index 9b1e6c9c92f2..af9b92322802 100644
--- a/cui/source/options/optchart.cxx
+++ b/cui/source/options/optchart.cxx
@@ -157,16 +157,7 @@ bool SvxDefaultColorOptPage::FillItemSet( SfxItemSet* rOutAttrs )
void SvxDefaultColorOptPage::Reset( const SfxItemSet* )
{
- if( m_SvxChartColorTableUniquePtr )
- {
- m_SvxChartColorTableUniquePtr->useDefault();
-
- FillBoxChartColorLB();
-
- m_xLbChartColors->grab_focus();
- m_xLbChartColors->select( 0 );
- m_xPBRemove->set_sensitive(true);
- }
+ m_xLbChartColors->select( 0 );
}
void SvxDefaultColorOptPage::FillPaletteLB()