summaryrefslogtreecommitdiff
path: root/include/comphelper/numberedcollection.hxx
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2019-04-03 02:00:14 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-04-03 08:54:15 +0200
commit68dd147bd3eb33fc74590113e7082d00119e733e (patch)
tree0549875f0ea8b2ac73f4497cabe726a1812cb1ca /include/comphelper/numberedcollection.hxx
parentfd33e13d758ec71389ba114360e4828a88ac4181 (diff)
Fix typos
Change indefinite article "an" to "a" before the word unique and some variants. Change-Id: Ia14a6f3b9ec6b257ad8bed3b089faa9b6f07d44f Reviewed-on: https://gerrit.libreoffice.org/70174 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/comphelper/numberedcollection.hxx')
-rw-r--r--include/comphelper/numberedcollection.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/comphelper/numberedcollection.hxx b/include/comphelper/numberedcollection.hxx
index e2d9a24d4db7..06cfaa1c08d2 100644
--- a/include/comphelper/numberedcollection.hxx
+++ b/include/comphelper/numberedcollection.hxx
@@ -124,7 +124,7 @@ class COMPHELPER_DLLPUBLIC NumberedCollection : private ::cppu::BaseMutex
private:
- /** @short tries to find an unique number not already used within this collection.
+ /** @short tries to find a unique number not already used within this collection.
@descr It reuses the smallest number which isn't used by any component
of this collection. (fragmentation!) If collection is full (means there
@@ -138,7 +138,7 @@ class COMPHELPER_DLLPUBLIC NumberedCollection : private ::cppu::BaseMutex
So the outside code has to make sure that retrieving and using of those numbers
will be an atomic operation.
- @return an unique number or special value INVALID_NUMBER if collection is full.
+ @return a unique number or special value INVALID_NUMBER if collection is full.
*/
::sal_Int32 impl_searchFreeNumber ();