diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-04-30 23:32:47 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2021-05-01 12:23:31 +0200 |
commit | 746016f9ab2cd72a49484c25ab18dad3f9c39a90 (patch) | |
tree | 9bc8b44ae1d2b585f7c0046a36296e510697b476 | |
parent | fe2f5f99636d938d57c1880c37d54c1b796f06f1 (diff) |
Fix typo
Change-Id: I1edc4bf2ff17c259ce654bba953c0e4705de35c2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114950
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Jenkins
-rw-r--r-- | include/sal/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sal/types.h b/include/sal/types.h index 5fac8e8f9d3b..7bfb256e3208 100644 --- a/include/sal/types.h +++ b/include/sal/types.h @@ -406,7 +406,7 @@ namespace css = ::com::sun::star; /** Macro for C++11 "noexcept" vs. "throw ()" exception specification. - The latter has has been removed completely from C++20. + The latter has been removed completely from C++20. @since LibreOffice 7.2 */ |