diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-26 10:52:43 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-01-26 11:39:58 +0100 |
commit | 32b2a1831d819f73def1485d1589522cd19f9f6c (patch) | |
tree | c5cbc86dddf40295bf3c77770eb70a7c1a717f89 /udkapi | |
parent | 484d0ea842da586a4cf51b6d11683b04f234474c (diff) |
Fix typos
Change-Id: I334f0bd5636940ea8105dcf93b95b3af28894aad
Reviewed-on: https://gerrit.libreoffice.org/48546
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/beans/XMultiPropertyStates.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/beans/XMultiPropertyStates.idl b/udkapi/com/sun/star/beans/XMultiPropertyStates.idl index 30c4652c1fef..3dff94770422 100644 --- a/udkapi/com/sun/star/beans/XMultiPropertyStates.idl +++ b/udkapi/com/sun/star/beans/XMultiPropertyStates.idl @@ -81,7 +81,7 @@ published interface XMultiPropertyStates: com::sun::star::uno::XInterface raises( com::sun::star::beans::UnknownPropertyException ); /** @returns - the default values of the propertes with the specified names. + the default values of the properties with the specified names. <p>If no default exists, is not known, or is void, then the return type at the corresponding position in the @@ -92,7 +92,7 @@ published interface XMultiPropertyStates: com::sun::star::uno::XInterface This sequence must be alphabetically sorted. @throws UnknownPropertyException - if one of the propertes does not exist. + if one of the properties does not exist. @throws com::sun::star::lang::WrappedTargetException if the implementation has an internal reason for the exception. |