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





------- Additional comments from f...@openoffice.org Wed Mar 24 18:49:12 +0000 
2010 -------
uhm, my apologies, "css" was just a shortcut for "com.sun.star". So, you need to
check for "com.sun.star.form.component.DataForm".

It is possible, but pretty unlikely, that this string changes in the future (it
didn't change the last 10 years, by the way). There's no reasonable way how this
string could be provided by OOo itself, sorry.

An alternative would be to use
  hasUnoInterface( <source_object>, "com.sun.star.form.XForm" )
Again, here it is possible, but pretty unlikely, that this changes in the 
future.

Both aspects - the support of a given service, and the presence of a given
interface - are part of the published API of OOo, and as such, we always try our
best to keep it as stable as possible.

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


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

Reply via email to