From 75c457a716ac12ccfdea35dc0f76e71ffaaae44b Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 27 Jul 2019 00:39:11 +0200 Subject: Fix typos Change-Id: Ib772108100b5180c7b42a9a5d164fa03321b6d5a Reviewed-on: https://gerrit.libreoffice.org/76463 Tested-by: Jenkins Reviewed-by: Andrea Gelmini --- udkapi/com/sun/star/uno/XInterface.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'udkapi/com/sun/star/uno') diff --git a/udkapi/com/sun/star/uno/XInterface.idl b/udkapi/com/sun/star/uno/XInterface.idl index 57f06dbd42fa..f8632a8e47c7 100644 --- a/udkapi/com/sun/star/uno/XInterface.idl +++ b/udkapi/com/sun/star/uno/XInterface.idl @@ -51,7 +51,7 @@ published interface XInterface The queryInterface() method is the entry point to obtain other interfaces which are exported by the object. The caller asks the implementation of the object, if it supports the interface specified by the type argument. The call may either - return with a interface reference of the requested type or with a void any. + return with an interface reference of the requested type or with a void any.

There are certain specifications, a queryInterface() implementation must not violate. -- cgit