summaryrefslogtreecommitdiff
path: root/binaryurp
diff options
context:
space:
mode:
Diffstat (limited to 'binaryurp')
-rw-r--r--binaryurp/source/binaryany.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/binaryurp/source/binaryany.cxx b/binaryurp/source/binaryany.cxx
index 66a1a3816412..5dbf87b56808 100644
--- a/binaryurp/source/binaryany.cxx
+++ b/binaryurp/source/binaryany.cxx
@@ -39,7 +39,6 @@ BinaryAny::BinaryAny(css::uno::TypeDescription const & type, void * value)
{
assert(type.is());
uno_any_construct(&data_, value, type.get(), 0);
- data_.pReserved = NULL;
}
BinaryAny::BinaryAny(uno_Any const & raw) throw () {