summaryrefslogtreecommitdiffstats
path: root/include/com
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-05-18 21:58:31 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-05-18 21:58:31 +0200
commit52ef15cbdb428596b562dbbbc92ae2fcf3473890 (patch)
treee2a73ce67c78e310a41e55d2873667d9f4d20e27 /include/com
parenttdf#107176: just return initial selection when there's no range (diff)
downloadcore-52ef15cbdb428596b562dbbbc92ae2fcf3473890.tar.gz
core-52ef15cbdb428596b562dbbbc92ae2fcf3473890.zip
Revert "Fix typos"
This reverts commit 26a67002fcb9381b54de6cae1aaa37120d49066a. "Iff" is not a typo, see 2a65bf32ec270484dcea4d22d3c93552dc0c24dd "Revert 'Typo: iff->if'".
Diffstat (limited to 'include/com')
-rw-r--r--include/com/sun/star/uno/Any.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/com/sun/star/uno/Any.h b/include/com/sun/star/uno/Any.h
index 917b023b72b9..0a5f595cbb9d 100644
--- a/include/com/sun/star/uno/Any.h
+++ b/include/com/sun/star/uno/Any.h
@@ -341,7 +341,7 @@ template<> inline Any toAny(Any const & value);
@param value a non-null pointer, receiving the extracted value if
extraction succeeded (and left unmodified otherwise)
- @return true if extraction succeeded
+ @return true iff extraction succeeded
@since LibreOffice 5.3
*/