summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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()