https://issues.apache.org/ooo/show_bug.cgi?id=121168
hanya <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from hanya <[email protected]> --- Definition of getCurrentSortOrder method in revision 1208211 is [1] ::com::sun::star::beans::Pair< long, boolean > getCurrentSortOrder(); But IDL reference on api.openoffice shows ::com::sun::star::beans::Pair< string, string > getCurrentSortOrder(); Note css.beans.Pair is not shown in the reference because of autodoc problem. Current implementation is match with generated definition in C++ header [3]. In my local copy of IDL reference for AOO 3.4.1, the return value is defined as Pair<any, any>. [1] http://svn.apache.org/viewvc/incubator/ooo/trunk/main/offapi/com/sun/star/awt/grid/XSortableGridData.idl?view=markup#l64 [2] http://www.openoffice.org/api/docs/common/ref/com/sun/star/awt/grid/XSortableGridData.html#getCurrentSortOrder [3] http://svn.apache.org/viewvc/incubator/ooo/trunk/main/toolkit/source/controls/grid/sortablegriddatamodel.cxx?view=markup#l576 -- You are receiving this mail because: You are the assignee for the bug.
