summaryrefslogtreecommitdiff
path: root/include/o3tl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-09-05 18:50:09 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-09-06 09:24:07 +0200
commit39214c54efbefb1d78754ad14f936882c326a482 (patch)
tree3ede90b6c7cb8d156f41fd1849e33b433050fc1d /include/o3tl
parent22ef2a15bb5cae4b877449237bb8d3e41f2d49db (diff)
Typos
Mainly fixing '....' and '..' Change-Id: Ic928701b319868671b826d757dd94c296fd5e942 Reviewed-on: https://gerrit.libreoffice.org/78668 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/o3tl')
-rw-r--r--include/o3tl/enumrange.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/o3tl/enumrange.hxx b/include/o3tl/enumrange.hxx
index 4f26c22337df..560a158cecb6 100644
--- a/include/o3tl/enumrange.hxx
+++ b/include/o3tl/enumrange.hxx
@@ -33,7 +33,7 @@ namespace o3tl {
/// Use like this:
/// enum class COLOR { RED, GREEN, BLUE, LAST=BLUE };
/// for( auto e : o3tl::enumrange<Color>() )
-/// .....;
+/// ....;
///
/// \param T the 'enum class' type.
template< typename T>