sc/source/core/tool/interpr1.cxx | 5 +++++ 1 file changed, 5 insertions(+)
New commits: commit be91c2086afef99dc9569ac6aa4835c5072bffdf Author: Eike Rathke <er...@redhat.com> Date: Thu Jul 10 16:13:40 2014 +0200 resolved fdo#80195 act on implicitly propagated error, if any Change-Id: I1d5a55a14fc3e25edc2cddec5b53ed2afa96bd3e (cherry picked from commit 1093b900b43d819c9a730ef6435fed0f3687a085) Reviewed-on: https://gerrit.libreoffice.org/10196 Reviewed-by: Muthu Subramanian K <muthus...@gmail.com> Reviewed-by: Markus Mohrhard <markus.mohrh...@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrh...@googlemail.com> diff --git a/sc/source/core/tool/interpr1.cxx b/sc/source/core/tool/interpr1.cxx index 8c86e56..493080a 100644 --- a/sc/source/core/tool/interpr1.cxx +++ b/sc/source/core/tool/interpr1.cxx @@ -255,6 +255,11 @@ void ScInterpreter::ScIfError( bool bNAonly ) { default: Pop(); + // Act on implicitly propagated error, if any. + if (nOldGlobalError) + nGlobalError = nOldGlobalError; + if (nGlobalError) + bError = true; break; case svError: PopError(); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits