diff options
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/tool/interpr2.cxx | 2 | ||||
-rw-r--r-- | sc/source/core/tool/interpr3.cxx | 2 | ||||
-rw-r--r-- | sc/source/core/tool/interpr7.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/core/tool/interpr2.cxx b/sc/source/core/tool/interpr2.cxx index b8e4baef418f..f9202d2f7014 100644 --- a/sc/source/core/tool/interpr2.cxx +++ b/sc/source/core/tool/interpr2.cxx @@ -2811,7 +2811,7 @@ void ScInterpreter::ScDde() pMyFormulaCell->StartListening( *pLink ); } - // If an new Error from Reschedule appears when the link is executed then reset the errorflag + // If a new Error from Reschedule appears when the link is executed then reset the errorflag if ( pMyFormulaCell && pMyFormulaCell->GetRawError() != FormulaError::NONE && !bWasError ) diff --git a/sc/source/core/tool/interpr3.cxx b/sc/source/core/tool/interpr3.cxx index 85eb4b7167a4..6311ab3b8342 100644 --- a/sc/source/core/tool/interpr3.cxx +++ b/sc/source/core/tool/interpr3.cxx @@ -5207,7 +5207,7 @@ void ScComplexBluesteinFFT::Compute() // Computes DFT of an even length(N) real-valued input by using a // ScComplexFFT2 if N == 2^k for some k or else by using a ScComplexBluesteinFFT -// with an complex valued input of length = N/2. +// with a complex valued input of length = N/2. class ScRealFFT { public: diff --git a/sc/source/core/tool/interpr7.cxx b/sc/source/core/tool/interpr7.cxx index 43439f5d0525..e9548c0594d7 100644 --- a/sc/source/core/tool/interpr7.cxx +++ b/sc/source/core/tool/interpr7.cxx @@ -354,7 +354,7 @@ void ScInterpreter::ScWebservice() pMyFormulaCell->StartListening(*pLink); } - // If an new Error from Reschedule appears when the link is executed then reset the errorflag + // If a new Error from Reschedule appears when the link is executed then reset the errorflag if (pMyFormulaCell && pMyFormulaCell->GetRawError() != FormulaError::NONE && !bWasError) pMyFormulaCell->SetErrCode(FormulaError::NONE); |