gridsort: renamed XGridDataModel::add/removeDataListener to add/removeGridDataListener - this consistency with the actual listener type name will make introspection work
This commit is contained in:
parent
c3941b3759
commit
a8a6c71eca
1 changed files with 3 additions and 3 deletions
|
@ -115,15 +115,15 @@ interface XGridDataModel: ::com::sun::star::lang::XComponent
|
|||
@param Listener
|
||||
the listener to add.
|
||||
*/
|
||||
[oneway] void addDataListener( [in] XGridDataListener listener);
|
||||
[oneway] void addGridDataListener( [in] XGridDataListener listener);
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
|
||||
/** Removes a listener previously added with <method>addDataListener()</method>.
|
||||
/** Removes a listener previously added with <method>addGridDataListener()</method>.
|
||||
@param Listener
|
||||
the listener to remove.
|
||||
*/
|
||||
[oneway] void removeDataListener( [in] XGridDataListener listener);
|
||||
[oneway] void removeGridDataListener( [in] XGridDataListener listener);
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue