diff options
author | Frank Schönheit <fs@openoffice.org> | 2000-10-27 14:03:05 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2000-10-27 14:03:05 +0000 |
commit | 2347770b4cf026caee5ffc707fd612a409aab0ef (patch) | |
tree | b6884eeeb1b4d2188496546523e2a73f1f3e1785 /configmgr | |
parent | eec8dea3a6569391c7eb1899aaac2adcbaee5afc (diff) |
small mistake in the previous fix
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/tree/cmtree.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configmgr/source/tree/cmtree.cxx b/configmgr/source/tree/cmtree.cxx index 95dcbbb13530..0a7c39cbdb2f 100644 --- a/configmgr/source/tree/cmtree.cxx +++ b/configmgr/source/tree/cmtree.cxx @@ -2,9 +2,9 @@ * * $RCSfile: cmtree.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: fs $ $Date: 2000-10-27 14:23:00 $ + * last change: $Author: fs $ $Date: 2000-10-27 15:03:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -714,6 +714,7 @@ namespace configmgr if (!pSubtree || !bCompleteForRequest) throw container::NoSuchElementException(); + return pSubtree; } // ----------------------------------------------------------------------------- |