summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2000-11-28 10:09:16 +0000
committerKai Sommerfeld <kso@openoffice.org>2000-11-28 10:09:16 +0000
commit19b968e3b01b86aa988a054ca74417844c5f968d (patch)
tree6f5c3e70fb821dd4a5a9d08016b912faf2991098 /ucb
parentd7e96001f2b0000bd5f451bc744158bef075dfb2 (diff)
#80286# - Removed wrong assert from HierarchyEntry::getData(...).
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/hierarchy/hierarchydata.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/ucb/source/ucp/hierarchy/hierarchydata.cxx b/ucb/source/ucp/hierarchy/hierarchydata.cxx
index 9bebfee06d4f..4fcbb3853bb1 100644
--- a/ucb/source/ucp/hierarchy/hierarchydata.cxx
+++ b/ucb/source/ucp/hierarchy/hierarchydata.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: hierarchydata.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kso $ $Date: 2000-11-17 09:03:49 $
+ * last change: $Author: kso $ $Date: 2000-11-28 11:09:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -271,9 +271,6 @@ sal_Bool HierarchyEntry::getData( Any& rTitle,
catch ( NoSuchElementException& )
{
// getByHierarchicalName
-
- VOS_ENSURE( sal_False,
- "HierarchyEntry::getData - caught NoSuchElementException!" );
}
catch ( Exception& )
{