diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-16 21:40:43 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-16 22:19:01 +0200 |
commit | 0650ffefe0ff680e0ef7de9cce724b0e47d8c359 (patch) | |
tree | c27d33f29e2ddfe67071abc13634e4ea9938a875 /offapi/com/sun/star/ucb | |
parent | c53f3f8f58f55d0978fb968446975856d72a52f8 (diff) |
Fix typos
Change-Id: Ia8335622cb2e2b44f2b1ee36f7370b126d1ae642
Reviewed-on: https://gerrit.libreoffice.org/77610
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
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; |