To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77663
Issue #|77663
Summary|sfx2\source\doc\objcont.cxx: Source code is strange
Component|Presentation
Version|current
Platform|All
URL|
OS/Version|Linux
Status|UNCONFIRMED
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|code
Assigned to|cgu
Reported by|jlcheng
------- Additional comments from [EMAIL PROTECTED] Tue May 22 02:31:48 +0000
2007 -------
SRC680_m212\sfx2\source\doc\objcont.cxx(Revision: 1.66)
On line 325:
// check for minimized/maximized/size
if ( aPosSize.EqualsAscii( "min" ) )
bMaximized = TRUE;
else if ( aPosSize.EqualsAscii( "min" ) )
{
bMaximized = TRUE;
bActive = FALSE;
}
else
bMaximized = FALSE;
These are OK? I think maybe some problem. The aPosSize.EqualsAscii( "min" ) is
twice. Why? That is wonderful?
---------------------------------------------------------------------
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]