diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-05-18 21:58:31 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-05-18 21:58:31 +0200 |
commit | 52ef15cbdb428596b562dbbbc92ae2fcf3473890 (patch) | |
tree | e2a73ce67c78e310a41e55d2873667d9f4d20e27 /include/registry | |
parent | 6bde2e93a2e0f94bc2263928cb27c4b85827822d (diff) |
Revert "Fix typos"
This reverts commit 26a67002fcb9381b54de6cae1aaa37120d49066a. "Iff" is not a
typo, see 2a65bf32ec270484dcea4d22d3c93552dc0c24dd "Revert 'Typo: iff->if'".
Diffstat (limited to 'include/registry')
-rw-r--r-- | include/registry/reader.hxx | 2 | ||||
-rw-r--r-- | include/registry/typereg_reader.hxx | 4 | ||||
-rw-r--r-- | include/registry/writer.h | 12 |
3 files changed, 9 insertions, 9 deletions
diff --git a/include/registry/reader.hxx b/include/registry/reader.hxx index 6be8570bda1c..0b2be13fbc30 100644 --- a/include/registry/reader.hxx +++ b/include/registry/reader.hxx @@ -99,7 +99,7 @@ public: /** Returns whether this type reader is valid. - @return true if this type reader is valid + @return true iff this type reader is valid */ bool isValid() const { return m_handle != nullptr; diff --git a/include/registry/typereg_reader.hxx b/include/registry/typereg_reader.hxx index 440e2c91e601..64c2261f4e0e 100644 --- a/include/registry/typereg_reader.hxx +++ b/include/registry/typereg_reader.hxx @@ -51,7 +51,7 @@ not be null; if the given binary blob is malformed, or of a version larger than <code>maxVersion</code>, null is returned - @return false if an out-of-memory condition occurred, in which case + @return false iff an out-of-memory condition occurred, in which case <code>result</code> is left unchanged, and no type reader is created @since UDK 3.2.0 @@ -296,7 +296,7 @@ REG_DLLPUBLIC void SAL_CALL typereg_reader_getFieldTypeName( @param value an out-parameter obtaining the field value's value; must not be null - @return false if an out-of-memory condition occurred, in which case + @return false iff an out-of-memory condition occurred, in which case <code>type</code> and <code>value</code> are left unchanged @since UDK 3.2.0 diff --git a/include/registry/writer.h b/include/registry/writer.h index a0c458afaff4..e05b09634ede 100644 --- a/include/registry/writer.h +++ b/include/registry/writer.h @@ -89,7 +89,7 @@ REG_DLLPUBLIC void SAL_CALL typereg_writer_destroy(void * handle) SAL_THROW_EXTE @param typeName the super type name; must not be null - @return false if an out-of-memory condition occurred, in which case the type + @return false iff an out-of-memory condition occurred, in which case the type writer is not modified @since UDK 3.2.0 @@ -119,7 +119,7 @@ REG_DLLPUBLIC sal_Bool SAL_CALL typereg_writer_setSuperTypeName( @param valueValue the value of the value of the field - @return false if an out-of-memory condition occurred, in which case the type + @return false iff an out-of-memory condition occurred, in which case the type writer is not modified @since UDK 3.2.0 @@ -150,7 +150,7 @@ REG_DLLPUBLIC sal_Bool SAL_CALL typereg_writer_setFieldData( @param exceptionCount the number of exceptions of the method - @return false if an out-of-memory condition occurred, in which case the type + @return false iff an out-of-memory condition occurred, in which case the type writer is not modified @since UDK 3.2.0 @@ -179,7 +179,7 @@ REG_DLLPUBLIC sal_Bool SAL_CALL typereg_writer_setMethodData( @param typeName the type name of the parameter; must not be null - @return false if an out-of-memory condition occurred, in which case the type + @return false iff an out-of-memory condition occurred, in which case the type writer is not modified @since UDK 3.2.0 @@ -202,7 +202,7 @@ REG_DLLPUBLIC sal_Bool SAL_CALL typereg_writer_setMethodParameterData( @param typeName the exception type name; must not be null - @return false if an out-of-memory condition occurred, in which case the type + @return false iff an out-of-memory condition occurred, in which case the type writer is not modified @since UDK 3.2.0 @@ -228,7 +228,7 @@ REG_DLLPUBLIC sal_Bool SAL_CALL typereg_writer_setMethodExceptionTypeName( @param typeName the type name of the reference; must not be null - @return false if an out-of-memory condition occurred, in which case the type + @return false iff an out-of-memory condition occurred, in which case the type writer is not modified @since UDK 3.2.0 |