To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92949
Issue #|92949
Summary|vcl: suspicious ";" after for before indented code
Component|gsl
Version|DEV300m29
Platform|All
URL|
OS/Version|Linux
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|PATCH
Priority|P3
Subcomponent|code
Assigned to|pl
Reported by|cmc
------- Additional comments from [EMAIL PROTECTED] Wed Aug 20 13:23:54 +0000
2008 -------
i.e. source/gdi/outdev3.cxx
for( int nCount = 0; nCount++ != nIndex; ++it );
if( it == maFontSubstList.end() )
return false;
there's a ";" before some indented code. I suspect that the attached patch is
the intention.
I can apply this in the workspace where I'm removing these warnings if this is a
desired change.
---------------------------------------------------------------------
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]