diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-09-07 11:41:11 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-09-07 12:23:07 +0000 |
commit | 9f3769dcf3942ec059ae328feabb3679af51d0a3 (patch) | |
tree | 34247ee37cce8526c750e6495ff6b5793b8471d4 /chart2 | |
parent | 0bcc66f209bf04d3f8fde09635524d4bab468f6d (diff) |
CID#1078500: Copy-paste error
Change-Id: Ibf553adbfe0b892d920e22d3a74d3433b6d6659a
Reviewed-on: https://gerrit.libreoffice.org/5853
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/dialogs/res_Trendline.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/dialogs/res_Trendline.cxx b/chart2/source/controller/dialogs/res_Trendline.cxx index 1ab5a730dc26..a8882fdeb744 100644 --- a/chart2/source/controller/dialogs/res_Trendline.cxx +++ b/chart2/source/controller/dialogs/res_Trendline.cxx @@ -130,7 +130,7 @@ void TrendlineResources::Reset( const SfxItemSet& rInAttrs ) } else { - m_aNF_Period.SetValue( 2 ); + m_aNF_Degree.SetValue( 2 ); } if( rInAttrs.GetItemState( SCHATTR_REGRESSION_PERIOD, sal_True, &pPoolItem ) == SFX_ITEM_SET ) |