Kaydet (Commit) f6947a94 authored tarafından Caolán McNamara's avatar Caolán McNamara

WaE: fix missing return

üst 38ca8c25
......@@ -813,9 +813,8 @@ sal_Bool HierarchyEntry::move(
OSL_ENSURE( sal_False,
"HierarchyEntry::move - caught WrappedTargetException!" );
return sal_False;
}
return sal_False;
}
//=========================================================================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment