summaryrefslogtreecommitdiffstats
path: root/include/uno
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-05-10 09:34:10 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-05-10 14:50:59 +0200
commitfbc038cc4f4a12f8302ce5b3bd7d739bd66a674e (patch)
treed6cc189748e5980420cc0611b44b28ec4183ea25 /include/uno
parentResolves: tdf#125197 duplicate column checkbox position (diff)
downloadcore-fbc038cc4f4a12f8302ce5b3bd7d739bd66a674e.tar.gz
core-fbc038cc4f4a12f8302ce5b3bd7d739bd66a674e.zip
an uno -> a uno
Change-Id: I538db88f8477dd2d2ad25c372928fec6c11d979d Reviewed-on: https://gerrit.libreoffice.org/72105 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/uno')
-rw-r--r--include/uno/any2.h2
-rw-r--r--include/uno/environment.h6
-rw-r--r--include/uno/mapping.hxx2
3 files changed, 5 insertions, 5 deletions
diff --git a/include/uno/any2.h b/include/uno/any2.h
index 4493d4c0af96..262f2441d6c1 100644
--- a/include/uno/any2.h
+++ b/include/uno/any2.h
@@ -35,7 +35,7 @@ struct _typelib_TypeDescriptionReference;
struct _typelib_TypeDescription;
struct _uno_Mapping;
-/** This is the binary specification of an UNO any.
+/** This is the binary specification of a UNO any.
*/
typedef struct SAL_DLLPUBLIC_RTTI _uno_Any
{
diff --git a/include/uno/environment.h b/include/uno/environment.h
index b68a0c5041c0..ce09e3ad5b10 100644
--- a/include/uno/environment.h
+++ b/include/uno/environment.h
@@ -36,7 +36,7 @@ struct _typelib_InterfaceTypeDescription;
#pragma pack(push, 8)
#endif
-/** The binary specification of an UNO environment.
+/** The binary specification of a UNO environment.
*/
typedef struct SAL_DLLPUBLIC_RTTI _uno_Environment
{
@@ -128,11 +128,11 @@ typedef void (SAL_CALL * uno_freeProxyFunc)( struct _uno_ExtEnvironment * pEnv,
*/
typedef void * (SAL_CALL * uno_memAlloc)( sal_Size nBytes );
-/** The binary specification of an UNO environment supporting interface registration.
+/** The binary specification of a UNO environment supporting interface registration.
*/
typedef struct SAL_DLLPUBLIC_RTTI _uno_ExtEnvironment
{
- /** inherits all members of an uno_Environment
+ /** inherits all members of a uno_Environment
*/
uno_Environment aBase;
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