To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92947
                 Issue #|92947
                 Summary|ucb: probable incorrect stray ; after loop
               Component|ucb
                 Version|DEV300m29
                Platform|All
                     URL|
              OS/Version|Linux
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|kso
             Reported by|cmc





------- Additional comments from [EMAIL PROTECTED] Wed Aug 20 12:35:08 +0000 
2008 -------
See source/sorter/sortresult.cxx where we have...

     // finally put the remembered entries at there new location
     nTo = nPos + nOffset;
-    for ( i=0; i<nCount; i++ );
     {
         maO2S.Replace( (void*)pTmpArr[ i ], (sal_uInt32)( nTo+i ) );
     }

the indentation strongly suggests that the ";" after the for statement is
un-intended

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to