You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by pf...@apache.org on 2015/12/03 14:56:54 UTC

svn commit: r1717767 - /openoffice/trunk/main/basic/source/runtime/methods1.cxx

Author: pfg
Date: Thu Dec  3 13:56:54 2015
New Revision: 1717767

URL: http://svn.apache.org/viewvc?rev=1717767&view=rev
Log:
Revert obviously wrong r1717569

Modified:
    openoffice/trunk/main/basic/source/runtime/methods1.cxx

Modified: openoffice/trunk/main/basic/source/runtime/methods1.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/basic/source/runtime/methods1.cxx?rev=1717767&r1=1717766&r2=1717767&view=diff
==============================================================================
--- openoffice/trunk/main/basic/source/runtime/methods1.cxx (original)
+++ openoffice/trunk/main/basic/source/runtime/methods1.cxx Thu Dec  3 13:56:54 2015
@@ -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);