summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-17 09:01:55 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-17 09:01:55 +0000
commit3378623794d6bd49a234a479a81fff274e44f597 (patch)
tree3104fef138596f324b5fa1a617083298f9f5d274 /unotools
parent537254465f8e1b373bd781afc0df8ab7c093d58f (diff)
INTEGRATION: CWS abi08 (1.49.16); FILE MERGED
2004/10/22 12:23:28 abi 1.49.16.1: #i30926# cutnpaste error'
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/ucbhelper/ucblockbytes.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/unotools/source/ucbhelper/ucblockbytes.cxx b/unotools/source/ucbhelper/ucblockbytes.cxx
index 0afaa09bfb08..b85c4961d424 100644
--- a/unotools/source/ucbhelper/ucblockbytes.cxx
+++ b/unotools/source/ucbhelper/ucblockbytes.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ucblockbytes.cxx,v $
*
- * $Revision: 1.49 $
+ * $Revision: 1.50 $
*
- * last change: $Author: rt $ $Date: 2004-07-23 10:44:23 $
+ * last change: $Author: obo $ $Date: 2004-11-17 10:01:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -946,7 +946,7 @@ void Moderator::setInputStream(const Reference<XInputStream> &rxInputStream)
ReplyType aReplyType;
{
salhelper::ConditionWaiter aWait(m_aRep);
- m_aReplyType = NOREPLY;
+ aReplyType = m_aReplyType;
m_aReplyType = NOREPLY;
}
if(aReplyType == EXIT)