diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-11 08:52:49 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:59 +0200 |
commit | fa1f7d27c11214b836e436b5c8cad63f3097c7ed (patch) | |
tree | f8d6ca3fee4f547a2802c53dda8aab7dabd544f6 /chart2 | |
parent | 07c60c8ee2d1465544a6a39e57bc06b3690b8dfb (diff) |
typo: attribut -> attribute
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/view/charttypes/Splines.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/view/charttypes/Splines.cxx b/chart2/source/view/charttypes/Splines.cxx index b4f7b8d31057..9992f9defd04 100644 --- a/chart2/source/view/charttypes/Splines.cxx +++ b/chart2/source/view/charttypes/Splines.cxx @@ -676,9 +676,9 @@ void SplineCalculater::CalculateBSplines( , sal_uInt32 nResolution , sal_uInt32 nDegree ) { - // nResolution is ODF1.2 file format attribut chart:spline-resolution and + // nResolution is ODF1.2 file format attribute chart:spline-resolution and // ODF1.2 spec variable k. Causion, k is used as index in the spec in addition. - // nDegree is ODF1.2 file format attribut chart:spline-order and + // nDegree is ODF1.2 file format attribute chart:spline-order and // ODF1.2 spec variable p OSL_ASSERT( nResolution > 1 ); OSL_ASSERT( nDegree >= 1 ); |