diff options
Diffstat (limited to 'include/registry')
-rw-r--r-- | include/registry/regtype.h | 2 | ||||
-rw-r--r-- | include/registry/writer.h | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/include/registry/regtype.h b/include/registry/regtype.h index 518821c87f46..b08db8137852 100644 --- a/include/registry/regtype.h +++ b/include/registry/regtype.h @@ -62,7 +62,7 @@ enum RegKeyType A registry key can contain a value which has one of seven different types. Three simple types (long, ascii and unicode string) and a list type of - these simple types. Furthermore a binary type which provides the possibilty + these simple types. Furthermore a binary type which provides the possibility to define own data structures and store these types in the registry. The UNO core reflection data is stored as a binary blob in the type registry. */ diff --git a/include/registry/writer.h b/include/registry/writer.h index 18cba03d3dab..bf5b314816ba 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 iff an out-of-memory condition ocurred, 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 iff an out-of-memory condition ocurred, 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 iff an out-of-memory condition ocurred, 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 iff an out-of-memory condition ocurred, 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 iff an out-of-memory condition ocurred, 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 iff an out-of-memory condition ocurred, 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 |