diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-11-05 15:13:09 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-11-05 22:04:17 +0100 |
commit | e10d196ab74ee9abaedaf8e5d0500f010b28338e (patch) | |
tree | eedb1735d70479d20b93edee880d91d1686c00d5 /udkapi/com | |
parent | 23874f86dd51386d98ef8e3d06a1ece05463ed3c (diff) |
Fix typos
Change-Id: Id5489f3e8f1d3ced3d57b56f8d3a7a4818af0fca
Reviewed-on: https://gerrit.libreoffice.org/62377
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'udkapi/com')
-rw-r--r-- | udkapi/com/sun/star/container/XContainerQuery.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udkapi/com/sun/star/container/XContainerQuery.idl b/udkapi/com/sun/star/container/XContainerQuery.idl index 6fb407cf2c79..8e99f53f7ccd 100644 --- a/udkapi/com/sun/star/container/XContainerQuery.idl +++ b/udkapi/com/sun/star/container/XContainerQuery.idl @@ -64,7 +64,7 @@ published interface XContainerQuery: com::sun::star::uno::XInterface <p> It's not possible to use special commands or search specific parameters here. You can match by properties only. Enumerated elements must provide queried - properties as minimum. Not specified properties willn't be used for searching. + properties as minimum. Not specified properties will not be used for searching. <p> @param Properties items of sub set must support given properties as minimum<br> |