From fbc038cc4f4a12f8302ce5b3bd7d739bd66a674e Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 10 May 2019 09:34:10 +0100 Subject: an uno -> a uno MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I538db88f8477dd2d2ad25c372928fec6c11d979d Reviewed-on: https://gerrit.libreoffice.org/72105 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- include/uno/mapping.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/uno/mapping.hxx') diff --git a/include/uno/mapping.hxx b/include/uno/mapping.hxx index 698733840058..a2e0293d641c 100644 --- a/include/uno/mapping.hxx +++ b/include/uno/mapping.hxx @@ -326,7 +326,7 @@ inline bool mapToCpp( Reference< C > * ppRet, uno_Interface * pUnoI ) /** Deprecated. This function DOES NOT WORK with Purpose Environments (http://wiki.openoffice.org/wiki/Uno/Binary/Spec/Purpose Environments) - Maps an UNO interface of the currently used compiler environment to binary C UNO. + Maps a UNO interface of the currently used compiler environment to binary C UNO. @tparam C interface type @param ppRet inout returned interface pointer -- cgit