summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorJörg Barfurth <jb@openoffice.org>2001-04-19 14:43:36 +0000
committerJörg Barfurth <jb@openoffice.org>2001-04-19 14:43:36 +0000
commitcac71f556aead9c64c2a9668cb86f543d8de5f4b (patch)
tree02f3c1ee696b6b413d36461baa69661c17031455 /configmgr
parent5525b7ac0ca636c41a0148412b8f5f60cc3873e4 (diff)
Cleanup: Previous (gcc ?) patch was misleading (as was the original code)
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/treecache/invalidatetree.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/configmgr/source/treecache/invalidatetree.cxx b/configmgr/source/treecache/invalidatetree.cxx
index 875afc7c2317..d3142214ef01 100644
--- a/configmgr/source/treecache/invalidatetree.cxx
+++ b/configmgr/source/treecache/invalidatetree.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: invalidatetree.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obo $ $Date: 2001-04-18 15:44:22 $
+ * last change: $Author: jb $ $Date: 2001-04-19 15:43:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -253,7 +253,7 @@ auto_ptr<TreeChangeList> createDiffs(ISubtree* _pCachedTree, ISubtree * _pLoaded
// MyAction aAction;
// aAction.handle(*_pLoadedSubtree);
- return (auto_ptr<TreeChangeList>) aNewChangeList.release();
+ return aNewChangeList;
}
// -----------------------------------------------------------------------------
@@ -312,7 +312,7 @@ auto_ptr<ISubtree> TreeManager::loadNodeFromSession( IConfigSession *_pSession,
pInfo->releaseLoader(xLoader);
- return (auto_ptr<ISubtree>) pResponse.release();
+ return pResponse;
}
// -----------------------------------------------------------------------------