summaryrefslogtreecommitdiff
path: root/bridges/source
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-10-18 13:33:57 +0000
committerOliver Bolte <obo@openoffice.org>2004-10-18 13:33:57 +0000
commit56741ee0d5d947e4879528fb5dadf467666e9f9f (patch)
treebfccc47e0bb44634d90f38d4f92a120010640cd5 /bridges/source
parent9a503f6b9294864b39ab15398a703ed14cbfc976 (diff)
INTEGRATION: CWS onewaydefault (1.4.40); FILE MERGED
2004/10/04 15:39:20 kso 1.4.40.1: #i34862# - Oneway is now turned off by default.
Diffstat (limited to 'bridges/source')
-rw-r--r--bridges/source/remote/urp/urp_property.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/bridges/source/remote/urp/urp_property.hxx b/bridges/source/remote/urp/urp_property.hxx
index 2a2c8e2789d5..df45ba6be16a 100644
--- a/bridges/source/remote/urp/urp_property.hxx
+++ b/bridges/source/remote/urp/urp_property.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: urp_property.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: svesik $ $Date: 2004-04-21 13:46:04 $
+ * last change: $Author: obo $ $Date: 2004-10-18 14:33:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -104,7 +104,7 @@ namespace bridges_urp
, bSupportsMultipleSynchronous( sal_False )
, bClearCache( sal_False )
, bNegotiate( sal_True )
- , bForceSynchronous( sal_False )
+ , bForceSynchronous( sal_True )
{}
inline Properties & SAL_CALL operator = ( const Properties &props )