From 32b2a1831d819f73def1485d1589522cd19f9f6c Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 26 Jan 2018 10:52:43 +0100 Subject: Fix typos Change-Id: I334f0bd5636940ea8105dcf93b95b3af28894aad Reviewed-on: https://gerrit.libreoffice.org/48546 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- udkapi/com/sun/star/beans/XMultiPropertyStates.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'udkapi/com/sun') 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.

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. -- cgit