[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 2 commits - comphelper/inc udkapi/com
Matthias Seidel (via logerrit)
logerrit at kemper.freedesktop.org
Thu May 2 02:08:15 UTC 2019
comphelper/inc/comphelper/namedvaluecollection.hxx | 4 ++--
udkapi/com/sun/star/container/XNamedEx.idl | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
New commits:
commit 229623ec69f002e75afc07229dab85ca760c7c92
Author: Matthias Seidel <mseidel at apache.org>
AuthorDate: Thu May 2 00:24:03 2019 +0000
Commit: Matthias Seidel <mseidel at apache.org>
CommitDate: Thu May 2 00:24:03 2019 +0000
Fixed typos
diff --git a/comphelper/inc/comphelper/namedvaluecollection.hxx b/comphelper/inc/comphelper/namedvaluecollection.hxx
index d22446b8eaf1..6c1c3a60675d 100644
--- a/comphelper/inc/comphelper/namedvaluecollection.hxx
+++ b/comphelper/inc/comphelper/namedvaluecollection.hxx
@@ -158,7 +158,7 @@ namespace comphelper
@return
<TRUE/> if there is a value with the given name, which could successfully
- be extraced. In this case, <arg>_out_rValue</arg> will contain the requested
+ be extracted. In this case, <arg>_out_rValue</arg> will contain the requested
value.<br/>
<FALSE/>, if there is no value with the given name.
@throws IllegalArgumentException
@@ -178,7 +178,7 @@ namespace comphelper
}
/** retrieves a value with a given name, or defaults it to a given value, if its not present
- in the colllection
+ in the collection
*/
template < typename VALUE_TYPE >
VALUE_TYPE getOrDefault( const sal_Char* _pAsciiValueName, const VALUE_TYPE& _rDefault ) const
commit 05da77c638dd0f190c362a7a00fd0192e79fe6d5
Author: Matthias Seidel <mseidel at apache.org>
AuthorDate: Thu May 2 00:06:33 2019 +0000
Commit: Matthias Seidel <mseidel at apache.org>
CommitDate: Thu May 2 00:06:33 2019 +0000
Added missing #endif
diff --git a/udkapi/com/sun/star/container/XNamedEx.idl b/udkapi/com/sun/star/container/XNamedEx.idl
index b59c50428118..f794cafc47cb 100644
--- a/udkapi/com/sun/star/container/XNamedEx.idl
+++ b/udkapi/com/sun/star/container/XNamedEx.idl
@@ -29,6 +29,7 @@
#ifndef __com_sun_star_container_XNamed_idl__
#include <com/sun/star/container/XNamed.idl>
+#endif
//=============================================================================
More information about the Libreoffice-commits
mailing list