This is an automated email from the ASF dual-hosted git repository.
jim pushed a commit to branch AOO41X
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO41X by this push:
new a997bb2 restore orig test overwritten by cherry pick
a997bb2 is described below
commit a997bb206304f4d0a2229c16b61fc190c58f6512
Author: Jim Jagielski <[email protected]>
AuthorDate: Mon Aug 9 14:27:31 2021 -0400
restore orig test overwritten by cherry pick
---
main/cppu/inc/com/sun/star/uno/Any.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main/cppu/inc/com/sun/star/uno/Any.hxx
b/main/cppu/inc/com/sun/star/uno/Any.hxx
index 23bce5f..5cdebca 100644
--- a/main/cppu/inc/com/sun/star/uno/Any.hxx
+++ b/main/cppu/inc/com/sun/star/uno/Any.hxx
@@ -250,7 +250,7 @@ inline sal_Bool SAL_CALL operator >>= ( Any const & rAny,
bool & value )
if (rAny.pType->eTypeClass == typelib_TypeClass_BOOLEAN)
{
value = *reinterpret_cast< sal_Bool const * >(
- rAny.pData ) != sal_False;
+ &rAny.pReserved ) != sal_False;
return sal_True;
}
return sal_False;