[Libreoffice-commits] core.git: chart2/source
Julien Nabet
serval2412 at yahoo.fr
Sat Sep 7 05:23:27 PDT 2013
chart2/source/controller/dialogs/res_Trendline.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9f3769dcf3942ec059ae328feabb3679af51d0a3
Author: Julien Nabet <serval2412 at yahoo.fr>
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 <markus.mohrhard at googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
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 )
More information about the Libreoffice-commits
mailing list