summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;