diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-20 17:25:54 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-20 22:33:02 +0200 |
commit | a14b659dc0b5d3de4fc7801907a83eda3476f3c1 (patch) | |
tree | 1efe2ff43567c6faf992c1544b05a6b05afd96f9 /include/uno | |
parent | e69c38722bac136ead8640cf7a8d0dd557741740 (diff) |
Fix typos
Change-Id: I8561dc27229a2430bfdfd8ac806139b4450496c7
Reviewed-on: https://gerrit.libreoffice.org/76026
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'include/uno')
-rw-r--r-- | include/uno/environment.hxx | 4 | ||||
-rw-r--r-- | include/uno/mapping.hxx | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/include/uno/environment.hxx b/include/uno/environment.hxx index 8f10711ad687..5d5ef86021ef 100644 --- a/include/uno/environment.hxx +++ b/include/uno/environment.hxx @@ -149,9 +149,9 @@ public: void * SAL_CALL getContext() const { return _pEnv->pContext; } - /** Tests if a environment is set. + /** Tests if an environment is set. - @return true, if a environment is set, false otherwise + @return true, if an environment is set, false otherwise */ bool SAL_CALL is() const { return (_pEnv != NULL); } diff --git a/include/uno/mapping.hxx b/include/uno/mapping.hxx index a2e0293d641c..a575f251539f 100644 --- a/include/uno/mapping.hxx +++ b/include/uno/mapping.hxx @@ -304,7 +304,7 @@ inline void * Mapping::mapInterface( /** Deprecated. This function DOES NOT WORK with Purpose Environments (http://wiki.openoffice.org/wiki/Uno/Binary/Spec/Purpose Environments) - Maps an binary C UNO interface to be used in the currently used compiler environment. + Maps a binary C UNO interface to be used in the currently used compiler environment. @tparam C interface type @param ppRet inout returned interface pointer |