To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=60323
------- Additional comments from [EMAIL PROTECTED] Thu Jul 27 07:27:58 -0700
2006 -------
I also changed the SfxXMLMetaImport. Now, it imports the Generator, even if the
Document Info is not available. There are other properties that do not depend on
the document info, but I only changed the behaviour for the generator (as I
don't know the other properties).
Now, it is possible to do the following in the import code:
sal_Int32 nUPD = 0, nBuildId = 0;
if( GetImport().getBuildIds( nUPD, nBuildId ))
{
// only reached, if the generator was exported in meta
// do something dependent on the BuildId
}
---------------------------------------------------------------------
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]