[Libreoffice-commits] .: sc/source

Takeshi Abe tabe at kemper.freedesktop.org
Mon Jun 13 11:58:34 PDT 2011


 sc/source/core/tool/interpr2.cxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit fe3d01ba208dfd8be44321cd8bfd10597bef0e19
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Tue Jun 14 03:58:18 2011 +0900

    removed obscure comments

diff --git a/sc/source/core/tool/interpr2.cxx b/sc/source/core/tool/interpr2.cxx
index 7cd7f17..659cdfb 100644
--- a/sc/source/core/tool/interpr2.cxx
+++ b/sc/source/core/tool/interpr2.cxx
@@ -1806,7 +1806,7 @@ void ScInterpreter::ScIntersect()
     {
         PushIllegalArgument();
         return;
-    } // if (nGlobalError || !xT2 || !xT1)
+    }
 
     StackVar sv1 = p1st->GetType();
     StackVar sv2 = p2nd->GetType();
@@ -1954,7 +1954,7 @@ void ScInterpreter::ScRangeFunc()
     {
         PushIllegalArgument();
         return;
-    } // if (nGlobalError || !xT2 || !xT1)
+    }
     FormulaTokenRef xRes = ScToken::ExtendRangeReference( *x1, *x2, aPos, false);
     if (!xRes)
         PushIllegalArgument();
@@ -1973,7 +1973,7 @@ void ScInterpreter::ScUnionFunc()
     {
         PushIllegalArgument();
         return;
-    } // if (nGlobalError || !xT2 || !xT1)
+    }
 
     StackVar sv1 = p1st->GetType();
     StackVar sv2 = p2nd->GetType();


More information about the Libreoffice-commits mailing list