diff options
-rw-r--r-- | binaryurp/source/writer.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/binaryurp/source/writer.cxx b/binaryurp/source/writer.cxx index 9dffed604253..6b666b089057 100644 --- a/binaryurp/source/writer.cxx +++ b/binaryurp/source/writer.cxx @@ -52,7 +52,8 @@ Writer::Item::Item( std::vector< BinaryAny > const & inArguments, css::uno::UnoInterfaceReference const & theCurrentContext): request(true), tid(theTid), oid(theOid), type(theType), member(theMember), - arguments(inArguments), currentContext(theCurrentContext) + setter(false), arguments(inArguments), exception(false), + currentContext(theCurrentContext), setCurrentContextMode(false) {} Writer::Item::Item( |