diff options
Diffstat (limited to 'registry/inc')
-rw-r--r-- | registry/inc/registry/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/registry/inc/registry/types.h b/registry/inc/registry/types.h index cee37bb24001..77ae249925fd 100644 --- a/registry/inc/registry/types.h +++ b/registry/inc/registry/types.h @@ -218,7 +218,7 @@ enum RTValueType { */ union RTConstValueUnion { sal_Bool aBool; - sal_uInt8 aByte; + sal_Int8 aByte; sal_Int16 aShort; sal_uInt16 aUShort; sal_Int32 aLong; |