summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-09-30 09:09:44 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-09-30 09:09:44 +0000
commit528aa5cc93f858b92c3adabec9021cedf4212d43 (patch)
treea5c0ced782f25fa9e32490de664e8df3ed63da15 /ucb
parent9ccee1478e62223cbf35ecaba2096f7fd9badf0c (diff)
INTEGRATION: CWS fwk21 (1.4.96); FILE MERGED
2005/08/16 14:12:07 abi 1.4.96.1: #i47166# assertion wrong in case of no provider, because schemes are not determined during configuration time
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/core/provprox.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/ucb/source/core/provprox.cxx b/ucb/source/core/provprox.cxx
index d83372c1d425..04010ca291da 100644
--- a/ucb/source/core/provprox.cxx
+++ b/ucb/source/core/provprox.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: provprox.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 15:15:13 $
+ * last change: $Author: hr $ $Date: 2005-09-30 10:09:44 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -273,8 +273,8 @@ sal_Int32 SAL_CALL UcbContentProviderProxy::compareContentIds(
if ( xProvider.is() )
return xProvider->compareContentIds( Id1, Id2 );
- OSL_ENSURE( sal_False,
- "UcbContentProviderProxy::compareContentIds - No provider!" );
+ // OSL_ENSURE( sal_False,
+ // "UcbContentProviderProxy::compareContentIds - No provider!" );
// @@@ What else?
return 0;