ooo-build r12525 - trunk/patches/dev300



Author: jonp
Date: Mon May 12 22:26:34 2008
New Revision: 12525
URL: http://svn.gnome.org/viewvc/ooo-build?rev=12525&view=rev

Log:
Fix comment.


Modified:
   trunk/patches/dev300/sc-move-from-origin.diff

Modified: trunk/patches/dev300/sc-move-from-origin.diff
==============================================================================
--- trunk/patches/dev300/sc-move-from-origin.diff	(original)
+++ trunk/patches/dev300/sc-move-from-origin.diff	Mon May 12 22:26:34 2008
@@ -15,7 +15,7 @@
 -		nCurY = (nMovY != 0) ? nOldY+nMovY : (SCsROW) aViewData.GetOldCurY();
 +		SCsCOL nOldCurX = (SCsCOL) aViewData.GetOldCurX();
 +		SCsROW nOldCurY = (SCsROW) aViewData.GetOldCurY();
-+		if (!bKeepSel && !bShift && bIsBlockMode == 1 /* SC_BLOCKMODE_OWN */ && 
++		if (!bKeepSel && !bShift && bIsBlockMode == 1 /* SC_BLOCKMODE_NORMAL */ && 
 +				aViewData.GetMarkData().IsMarked())
 +		{
 +			nOldCurX = nOldX = nBlockStartXOrig;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]