diff options
Diffstat (limited to 'cppu/source/uno/constr.hxx')
-rw-r--r-- | cppu/source/uno/constr.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppu/source/uno/constr.hxx b/cppu/source/uno/constr.hxx index 1b77ce4e6d18..8c15a6fb0142 100644 --- a/cppu/source/uno/constr.hxx +++ b/cppu/source/uno/constr.hxx @@ -64,7 +64,7 @@ inline void _defaultConstructData( *static_cast<sal_Unicode *>(pMem) = '\0'; break; case typelib_TypeClass_BOOLEAN: - *static_cast<sal_Bool *>(pMem) = sal_False; + *static_cast<sal_Bool *>(pMem) = false; break; case typelib_TypeClass_BYTE: *static_cast<sal_Int8 *>(pMem) = 0; |