diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-11-14 10:36:53 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-11-14 10:42:08 +0100 |
commit | 6b56336e2378c150a34bd8de4ed7521493d8a8ff (patch) | |
tree | 5329083ddef29b178ae4a505061ce97bb321fa00 /chart2 | |
parent | 348d8af8a7f8073eb50d364696bf6a311080c8c1 (diff) |
Fix typos
Change-Id: I53b47cab5cbc603bf11adcda8ac2a8373eef26a8
Reviewed-on: https://gerrit.libreoffice.org/44695
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/view/axes/ScaleAutomatism.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/axes/ScaleAutomatism.cxx b/chart2/source/view/axes/ScaleAutomatism.cxx index 468d21003292..6e99df1b9c6a 100644 --- a/chart2/source/view/axes/ScaleAutomatism.cxx +++ b/chart2/source/view/axes/ScaleAutomatism.cxx @@ -115,7 +115,7 @@ void ScaleAutomatism::expandValueRange( double fMinimum, double fMaximum ) { // if m_fValueMinimum and m_fValueMaximum == 0, it means that they were not determined. // m_fValueMinimum == 0 makes impossible to determine real minimum, - // so they need to be reseted tdf#96807 + // so they need to be reset tdf#96807 if( (m_fValueMinimum == 0.0) && (m_fValueMaximum == 0.0) ) resetValueRange(); if( (fMinimum < m_fValueMinimum) || ::rtl::math::isNan( m_fValueMinimum ) ) |