Kaydet (Commit) 5499d4c3 authored tarafından Michael Stahl's avatar Michael Stahl

Revert "cid#707663 uninitialized pointer field"

This reverts commit 571d116d.
üst 169bc8f7
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment