diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-10-20 14:40:38 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-10-20 14:40:38 +0100 |
commit | 1d6235cea5aaf30517ed0526dc63debfdfb308f0 (patch) | |
tree | 98a43640cc08accccba6282865ed0ee87fcf80db /ucb/source | |
parent | 28b85750146cd39da12885e9c62eedb1add5b738 (diff) |
WaE: I'm informed this is the intended result
Diffstat (limited to 'ucb/source')
-rw-r--r-- | ucb/source/ucp/hierarchy/hierarchydata.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ucb/source/ucp/hierarchy/hierarchydata.cxx b/ucb/source/ucp/hierarchy/hierarchydata.cxx index a2248cfc3b3e..4957d94b29a5 100644 --- a/ucb/source/ucp/hierarchy/hierarchydata.cxx +++ b/ucb/source/ucp/hierarchy/hierarchydata.cxx @@ -813,8 +813,10 @@ sal_Bool HierarchyEntry::move( OSL_ENSURE( sal_False, "HierarchyEntry::move - caught WrappedTargetException!" ); + return sal_False; } - return sal_False; + + return sal_True; } //========================================================================= |