diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-24 13:00:43 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-24 13:00:43 +0000 |
commit | 877550f06b58e8479b7e05b1b83902c4da1d7ef5 (patch) | |
tree | b9b99bcca48f5527bb4e67109462046c7c34375a | |
parent | dfc6d696a811e8f9735d51ad2af546d44d30bd57 (diff) |
INTEGRATION: CWS uno3 (1.1.48); FILE MERGED
2003/04/17 13:49:38 jb 1.1.48.1: #108949# clear TreeSegment reference in strategy when disposeData() is called
-rw-r--r-- | configmgr/source/treemgr/deferredview.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configmgr/source/treemgr/deferredview.hxx b/configmgr/source/treemgr/deferredview.hxx index 7c4bffab798d..18cda7c69a47 100644 --- a/configmgr/source/treemgr/deferredview.hxx +++ b/configmgr/source/treemgr/deferredview.hxx @@ -2,9 +2,9 @@ * * $RCSfile: deferredview.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: jb $ $Date: 2002-02-11 14:55:53 $ + * last change: $Author: vg $ $Date: 2003-04-24 14:00:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -114,6 +114,7 @@ namespace configmgr virtual void doInsertElement(SetNode const& _aNode, Name const& aName, configuration::SetEntry const& aNewEntry); virtual void doRemoveElement(SetNode const& _aNode, Name const& aName); + virtual void doReleaseDataSegment() { m_pSegment = NULL; } virtual memory::Segment const * doGetDataSegment() const { return m_pSegment; } virtual NodeFactory& doGetNodeFactory(); |