[framework-issues] [Issue 94583] desktop: inverted check in cmdline arguments handling

2009-01-19 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94583


User sb changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from s...@openoffice.org Mon Jan 19 12:58:42 + 
2009 ---
.

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 94583] desktop: inverted check in cmdline arguments handling

2008-12-12 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94583


User sb changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from s...@openoffice.org Fri Dec 12 12:41:17 + 
2008 ---
.

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 94583] desktop: inverted check in cmdline arguments handling

2008-12-03 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94583


User mba changed the following:

What|Old value |New value

 Assigned to|mba   |sb





--- Additional comments from [EMAIL PROTECTED] Wed Dec  3 09:54:32 + 
2008 ---
sb: as I found out, the code was added by you. Please take over.

-
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]



[framework-issues] [Issue 94583] desktop: inverted check in cmdline arguments handling

2008-12-03 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94583


User sb changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Wed Dec  3 10:35:16 + 
2008 ---
Fixed as cws/sb102/desktop/source/app/[EMAIL PROTECTED] by removing the
assertion check completely---it was unnecessary, anyway, as
tags/DEV300_m36/sal/inc/rtl/[EMAIL PROTECTED] guarantees that
rtl_getAppCommandArg @return osl_Process_E_None or does not return.

-
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]



[framework-issues] [Issue 94583] desktop: inverted check in cmdline arguments handling

2008-10-31 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94583


User mba changed the following:

What|Old value |New value

 Assigned to|tm|mba

Target milestone|---   |OOo 3.1





--- Additional comments from [EMAIL PROTECTED] Fri Oct 31 08:46:15 + 
2008 ---
Thanks for the patch, I will take care of it.

-
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]



[framework-issues] [Issue 94583] desktop: inverted check in cmdline arguments handling

2008-10-30 Thread xlastovi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94583





--- Additional comments from [EMAIL PROTECTED] Thu Oct 30 06:39:24 + 
2008 ---
Confirming issue.

-
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]



[framework-issues] [Issue 94583] desktop: inverted check in cmdline arguments handling

2008-10-02 Thread dtardon
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94583
 Issue #|94583
 Summary|desktop: inverted check in cmdline arguments handling
   Component|framework
 Version|DEV300m31
Platform|Opteron/x86_64
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|tm
 Reported by|dtardon





--- Additional comments from [EMAIL PROTECTED] Thu Oct  2 14:05:53 + 
2008 ---
Return value of rtl_getAppCommandArg() in ExtCommandLineSupplier::next() is
checked for false, but return value of that command is not bool--it is
oslProcessError enumeration. Unfortunately, the value meaning
success--osl_Process_E_None--is on the first position there, which means it has
integer value of 0. What follows is that the condition comes to true whenever
getting of next argument was successful and application'll happily exit on
OSL_ASSERT(false) in body of the if statement.

-
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]



[framework-issues] [Issue 94583] desktop: inverted check in cmdline arguments handling

2008-10-02 Thread dtardon
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94583





--- Additional comments from [EMAIL PROTECTED] Thu Oct  2 14:06:23 + 
2008 ---
Created an attachment (id=56980)
fix


-
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]