[Libreoffice-commits] core.git: Branch 'aoo/trunk' - basic/source

Pedro Giffuni pfg at apache.org
Thu Dec 3 06:08:10 PST 2015


 basic/source/runtime/methods1.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit efd7dfd2e39dbe4cb894156b3cc2c11c44ae845e
Author: Pedro Giffuni <pfg at apache.org>
Date:   Thu Dec 3 13:56:54 2015 +0000

    Revert obviously wrong r1717569

diff --git a/basic/source/runtime/methods1.cxx b/basic/source/runtime/methods1.cxx
index fd31f36..102769f 100644
--- a/basic/source/runtime/methods1.cxx
+++ b/basic/source/runtime/methods1.cxx
@@ -268,7 +268,7 @@ RTLFUNC(CCur)  // JSM
     (void)pBasic;
     (void)bWrite;
 
-    SbxINT64 nCur = 0;
+    SbxINT64 nCur;
     if ( rPar.Count() == 2 )
     {
         SbxVariable *pSbxVariable = rPar.Get(1);


More information about the Libreoffice-commits mailing list