summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--binaryurp/source/writer.cxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/binaryurp/source/writer.cxx b/binaryurp/source/writer.cxx
index 5ecdaf95b329..9dffed604253 100644
--- a/binaryurp/source/writer.cxx
+++ b/binaryurp/source/writer.cxx
@@ -38,7 +38,12 @@
namespace binaryurp {
-Writer::Item::Item() {}
+Writer::Item::Item()
+ : request(false)
+ , setter(false)
+ , exception(false)
+ , setCurrentContextMode(false)
+{}
Writer::Item::Item(
rtl::ByteSequence const & theTid, OUString const & theOid,