To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42355





------- Additional comments from [EMAIL PROTECTED] Fri Mar 11 06:39:48 -0800 
2005 -------
NULL indeed is a valid return value from CreateResMgr; e.g. there are places in
desktop project where the return value is checked and NULL has meaning. In fact,
sometimes a value of NULL for a ResMgr ptr can even be used to load a resource
since there is a fallback to the first resource file being set as application
resource (this consept is straight from hell, but we have to live with it still
since there is code out there that needs this fallback).

So indeed all places using resources would need to be checked - of which there
are MANY.

Still, i could fix vcl in that regard and emit an error message and exit()  if
vcl resources are not found. Since vcl resources are accessed so early a not
existing vcl resource would be a good indicator that something is not well with
resources. Of course this would would not solve the issue of singular missing
resource files.

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