diff options
author | Jörg Barfurth <jb@openoffice.org> | 2002-07-03 13:38:52 +0000 |
---|---|---|
committer | Jörg Barfurth <jb@openoffice.org> | 2002-07-03 13:38:52 +0000 |
commit | ca963ff9e9b6ccb55b3e1ca869cdc3d2198002b5 (patch) | |
tree | f42c10ccbf9cf03ec24bceec76e89f07e8fe14e7 /configmgr/source | |
parent | 320d17912215265043eca4d7017be4c3d5e63618 (diff) |
#98489# Corrected assertion
Diffstat (limited to 'configmgr/source')
-rw-r--r-- | configmgr/source/treecache/cachecontroller.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/configmgr/source/treecache/cachecontroller.cxx b/configmgr/source/treecache/cachecontroller.cxx index d0afcccd10eb..7c09e4861b87 100644 --- a/configmgr/source/treecache/cachecontroller.cxx +++ b/configmgr/source/treecache/cachecontroller.cxx @@ -2,9 +2,9 @@ * * $RCSfile: cachecontroller.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: jb $ $Date: 2002-03-28 09:06:57 $ + * last change: $Author: jb $ $Date: 2002-07-03 14:38:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -541,9 +541,11 @@ AbsolutePath CacheController::ensureTemplate(const Name& _rName, Name const& _rM aTemplateInstance.releaseAndClear(); aMultiTemplates.reset(pMulti); } + else + OSL_ENSURE(false,"Requested multiple templates, got non-subtree node"); } else - OSL_ENSURE(false,"Requested multiple templates, got non-subtree node"); + OSL_ENSURE(false,"Requested configuration template does not exist"); if (aMultiTemplates.get() != NULL) { |