summaryrefslogtreecommitdiff
path: root/binaryurp/source
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-02-12 20:26:27 +0100
committerMichael Stahl <mstahl@redhat.com>2014-02-12 20:26:41 +0100
commit5499d4c352567aacd108663af32c056e083fc8de (patch)
treec6e7bf581b45e79fe09c12996273477d91b2d269 /binaryurp/source
parent169bc8f7906c364c75902d85707d1a5e2dffb61e (diff)
Revert "cid#707663 uninitialized pointer field"
Diffstat (limited to 'binaryurp/source')
-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 c2cb74a09963..a56663afad2d 100644
--- a/binaryurp/source/binaryany.cxx
+++ b/binaryurp/source/binaryany.cxx
@@ -31,7 +31,6 @@ namespace binaryurp {
BinaryAny::BinaryAny() throw () {
uno_any_construct(&data_, 0, 0, 0);
- data_.pReserved = NULL;
}
BinaryAny::BinaryAny(css::uno::TypeDescription const & type, void * value)