diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-29 14:00:48 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-01-29 15:33:05 +0100 |
commit | 9ec6f974a32f7bac1393d8d36305b9d4c082f4f8 (patch) | |
tree | 2a78a4c979c58ce82157f6ad6ff5057ec9efbc5a /include/o3tl | |
parent | c6ed4635e845044345bf27806d01dffc8f77d8cc (diff) |
Fix typos
Change-Id: I4f15a41b7a67abe9f2c45b6004948decd58a8360
Reviewed-on: https://gerrit.libreoffice.org/48832
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/o3tl')
-rw-r--r-- | include/o3tl/any.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/o3tl/any.hxx b/include/o3tl/any.hxx index 85fd28106419..141d788e15c4 100644 --- a/include/o3tl/any.hxx +++ b/include/o3tl/any.hxx @@ -136,7 +136,7 @@ template<typename T> inline boost::optional<T const> tryGetConverted( @param any an Any value. - @return a positive proxy for the value of the specfied type obtained from + @return a positive proxy for the value of the specified type obtained from the given Any, or a negative proxy if no such value can be obtained. */ template<typename T> inline @@ -270,7 +270,7 @@ template<typename T> typename detail::Optional<T>::type tryAccess( @param any an Any value. - @return a positive proxy for the value of the specfied type obtained from + @return a positive proxy for the value of the specified type obtained from the given Any. See tryAccess for details. @throws css::uno::RuntimeException when a value of the requested type @@ -307,7 +307,7 @@ template<typename T> inline typename detail::Optional<T>::type doAccess( @param any an Any value. - @return a positive proxy for the value of the specfied type obtained from + @return a positive proxy for the value of the specified type obtained from the given Any. See tryAccess for details. */ template<typename T> inline typename detail::Optional<T>::type forceAccess( |