To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70319
User jsc changed the following:
What |Old value |New value
================================================================================
Assigned to|jsc |cn
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Mon Oct 30 08:01:35 -0800
2006 -------
change owner for verifying
jsc -> cn: create new idl file in "my includes" containing
interface XBase {
string baseTest();
};
create second idl file in current directory containing
#include "XBase.idl"
interface XTest : XBase {
string test();
};
and cimpile the fiule with
idlc -I"my includes" XTest.idl
---------------------------------------------------------------------
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]