summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-04-10 16:05:41 +0000
committerJens Carl <j.carl43@gmx.de>2019-04-21 08:22:01 +0200
commitb2cf009da8106e15c16d75b01110559d07eb0a64 (patch)
treeb58d9bdee5dd7e6ee44df27b7472024052525f7d /comphelper
parent7a3e4f5f5f57c2f8176d0522e469d0b42881962f (diff)
Fix typo
Change-Id: Ib5868b98bb4729e8cedb7194549ce4fd1dcd09fe Reviewed-on: https://gerrit.libreoffice.org/71030 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/container/enumerablemap.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/container/enumerablemap.cxx b/comphelper/source/container/enumerablemap.cxx
index 64e0ba00afaf..4c97c6718cea 100644
--- a/comphelper/source/container/enumerablemap.cxx
+++ b/comphelper/source/container/enumerablemap.cxx
@@ -183,7 +183,7 @@ namespace comphelper
private:
void impl_initValues_throw( const Sequence< Pair< Any, Any > >& _initialValues );
- /// throws a IllegalTypeException if the given value is not compatible with our ValueType
+ /// throws an IllegalTypeException if the given value is not compatible with our ValueType
void impl_checkValue_throw( const Any& _value ) const;
void impl_checkKey_throw( const Any& _key ) const;
void impl_checkNaN_throw( const Any& _keyOrValue, const Type& _keyOrValueType ) const;