[Libreoffice-commits] .: ucb/source

Caolán McNamara caolan at kemper.freedesktop.org
Wed Oct 20 06:40:58 PDT 2010


 ucb/source/ucp/hierarchy/hierarchydata.cxx |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 4c1424e10c604107368e5ac7d5aea3f678948528
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Oct 20 14:40:38 2010 +0100

    WaE: I'm informed this is the intended result

diff --git a/ucb/source/ucp/hierarchy/hierarchydata.cxx b/ucb/source/ucp/hierarchy/hierarchydata.cxx
index d88099d..c7e47a3 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;
 }
 
 //=========================================================================


More information about the Libreoffice-commits mailing list