[Libreoffice-commits] .: Branch 'feature/gnumake2.1' - sc/source

Norbert Thiebaud nthiebaud at kemper.freedesktop.org
Wed Jan 19 11:40:45 PST 2011


 sc/source/core/tool/interpr5.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 6444f9aa0f2fa4bc8b00c328a4e76751a548938f
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Wed Jan 19 13:40:30 2011 -0600

    remove broken debugging code

diff --git a/sc/source/core/tool/interpr5.cxx b/sc/source/core/tool/interpr5.cxx
index f67e6da..640691a 100644
--- a/sc/source/core/tool/interpr5.cxx
+++ b/sc/source/core/tool/interpr5.cxx
@@ -940,6 +940,7 @@ void ScInterpreter::ScMatInv()
                         for (SCSIZE i=0; i < nR; ++i)
                             xY->PutDouble( X[i], j, i);
                     }
+#if 0
 #if OSL_DEBUG_LEVEL > 1
                     /* Possible checks for ill-condition:
                      * 1. Scale matrix, invert scaled matrix. If there are
@@ -981,6 +982,7 @@ void ScInterpreter::ScMatInv()
                         }
                     }
 #endif
+#endif /* 0 */
                     if (nGlobalError)
                         PushError( nGlobalError);
                     else


More information about the Libreoffice-commits mailing list