include/registry/typereg_reader.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8a62f0a2124299709e3cce0463cc6ac2c2a9b12c Author: Chris Sherlock <[email protected]> AuthorDate: Sun Jan 9 06:12:36 2022 +1100 Commit: Stephan Bergmann <[email protected]> CommitDate: Thu May 19 08:10:40 2022 +0200 registry: fix some documentation Change-Id: I8fb21bf57a238fef2b87a124a9e43ff64873d797 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128169 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <[email protected]> diff --git a/include/registry/typereg_reader.hxx b/include/registry/typereg_reader.hxx index f6aa5f59b61c..a0af800f0527 100644 --- a/include/registry/typereg_reader.hxx +++ b/include/registry/typereg_reader.hxx @@ -139,7 +139,7 @@ REG_DLLPUBLIC RTTypeClass typereg_reader_getTypeClass(void * handle); @param handle a handle on a type reader; may be null @return whether the type reader is published; if <code>handle</code> is null, - <code>sal_False</code> is returned + false is returned @since UDK 3.2.0 */
