diff options
Diffstat (limited to 'offapi/com/sun/star/ucb')
-rw-r--r-- | offapi/com/sun/star/ucb/ListEvent.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/ucb/ListEvent.idl b/offapi/com/sun/star/ucb/ListEvent.idl index 3f465515c09f..84a4f663b5a9 100644 --- a/offapi/com/sun/star/ucb/ListEvent.idl +++ b/offapi/com/sun/star/ucb/ListEvent.idl @@ -31,7 +31,7 @@ module com { module sun { module star { module ucb { published struct ListEvent: com::sun::star::lang::EventObject { /** If you apply the given ListActions one after the other - to the old version of an result set in given order, you will get the + to the old version of a result set in given order, you will get the positions in the new version. */ sequence<ListAction> Changes; |