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





------- Additional comments from [EMAIL PROTECTED] Fri Jan 18 09:44:50 +0000 
2008 -------
TBE->GAOZM:

Please see my comments below. 


================================================================================
FilterOperator2.idl
================================================================================

> /** FilterOperator2 was introduced in order to add additional filter operators
> */

better:

/** specifies the type of a single condition in a filter descriptor.

    <p>This constants group extends the <type>FilterOperator</type> enum by
    additional filter operators.</p>

    @since OOo 3.0
 */


================================================================================
TableFilterField2.idl
================================================================================

> /** FilterOperator2 is a member of TableFilterField2
> */

better:

/** describes a single condition in a filter descriptor.

   <p>This struct has the <type>FilterOperator2</type> constants group as
   member, whereas the <type>TableFilterField</type> struct uses the
   <type>FilterOperator</type> enum.</p>

    @see com::sun::star::sheet::SheetFilterDescriptor

    @since OOo 3.0
 */

>     /** specifies the type of the condition. And the type FilterOperator2 is
used here.
>      */

better:

/** specifies the type of the condition as defined in 
<type>FilterOperator2</type>.
 */


================================================================================
XSheetFilterDescriptor2.idl
================================================================================

> /**XSheetFilterDescriptor2 is derived from XSheetFilterDescriptor.
> */

That's not the case, it's derived from XInterface.

better:

/** provides access to a collection of filter conditions (filter fields).

    <p>This interface uses the <type>TableFilterField2</type> struct, whereas 
the
    <type>XSheetFilterDescriptor</type> interface uses the
    <type>TableFilterField</type> struct.</p>

    @see com::sun::star::sheet::SheetFilterDescriptor

    @since OOo 3.0
 */


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