chart2/source/controller/dialogs/res_Trendline.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 9f3769dcf3942ec059ae328feabb3679af51d0a3 Author: Julien Nabet <[email protected]> Date: Sat Sep 7 11:41:11 2013 +0200 CID#1078500: Copy-paste error Change-Id: Ibf553adbfe0b892d920e22d3a74d3433b6d6659a Reviewed-on: https://gerrit.libreoffice.org/5853 Reviewed-by: Markus Mohrhard <[email protected]> Tested-by: Markus Mohrhard <[email protected]> diff --git a/chart2/source/controller/dialogs/res_Trendline.cxx b/chart2/source/controller/dialogs/res_Trendline.cxx index 1ab5a73..a8882fd 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 ) _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
