summaryrefslogtreecommitdiff
path: root/unotools/source/ucbhelper
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-07-23 09:44:23 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-07-23 09:44:23 +0000
commit1cfbde0841e9c0762c7606e6d126bb63fe867c51 (patch)
tree0b5be2743c252f1a72fc448ce98f0fa3d51112e4 /unotools/source/ucbhelper
parent7063eb61f38d49933c93310ef2a83461ecac2bf1 (diff)
INTEGRATION: CWS dba14 (1.48.38); FILE MERGED
2004/07/15 15:03:54 fs 1.48.38.1: moving herein the fix from branch cws_src680_mav09 - needed for #i31536#
Diffstat (limited to 'unotools/source/ucbhelper')
-rw-r--r--unotools/source/ucbhelper/ucblockbytes.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/unotools/source/ucbhelper/ucblockbytes.cxx b/unotools/source/ucbhelper/ucblockbytes.cxx
index 74d072e3c5c2..0afaa09bfb08 100644
--- a/unotools/source/ucbhelper/ucblockbytes.cxx
+++ b/unotools/source/ucbhelper/ucblockbytes.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ucblockbytes.cxx,v $
*
- * $Revision: 1.48 $
+ * $Revision: 1.49 $
*
- * last change: $Author: svesik $ $Date: 2004-04-21 12:28:53 $
+ * last change: $Author: rt $ $Date: 2004-07-23 10:44:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1391,6 +1391,7 @@ UcbLockBytes::UcbLockBytes( UcbLockBytesHandler* pHandler )
, m_xHandler( pHandler )
, m_nError( ERRCODE_NONE )
{
+ SetSynchronMode( TRUE );
}
//----------------------------------------------------------------------------