summaryrefslogtreecommitdiff
path: root/unotools/source/ucbhelper/ucblockbytes.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/ucbhelper/ucblockbytes.cxx')
-rw-r--r--unotools/source/ucbhelper/ucblockbytes.cxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/unotools/source/ucbhelper/ucblockbytes.cxx b/unotools/source/ucbhelper/ucblockbytes.cxx
index 7394f106bd4f..da0118a6d60d 100644
--- a/unotools/source/ucbhelper/ucblockbytes.cxx
+++ b/unotools/source/ucbhelper/ucblockbytes.cxx
@@ -419,16 +419,11 @@ Moderator::Moderator(
Reference < XInteractionHandler > const & xInteract,
const Command& rArg
)
- : m_aMutex(),
-
- m_aRes(m_aMutex,*this),
+ : m_aRes(m_aMutex,*this),
m_aResultType(ResultType::NORESULT),
m_nIOErrorCode(IOErrorCode_ABORT),
- m_aResult(),
-
m_aRep(m_aMutex,*this),
m_aReplyType(NOREPLY),
-
m_aArg(rArg),
m_aContent(
xContent,