Hi all,
I try to use the SortableGridDataModel service with the help of my own XMutableGridDataModel interface implementation (ie: the delegator).
After creating the service SortableGridDataModel, when initializing with the XMutableGridDataModel delegator, an XGridDataListener listener tries to register to the delegator with the method addGridDataListener(). But it seems that this listener does not have the required interface XGridDataListener (ie: getTypes() does not return XGridDataListener)
If I look at the source code and more precisely the file libreoffice/toolkit/source/controls/grid/sortablegriddatamodel.cxx it appears the attempt to add the listener line 318, but it seems to me that the type XGridDataListener is excluded from the types to return line 271.