diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-01 12:41:52 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-01 12:41:52 +0000 |
commit | c0c591c54f60f721b9589e773cb1c918cb9b14c1 (patch) | |
tree | a38e65af6e279e17de68bdf7f964413d6adaaa23 /configmgr/source/treemgr | |
parent | a43e07d123b6dba83835b116c8936ddf76b18e9e (diff) |
INTEGRATION: CWS cfg01 (1.8.22); FILE MERGED
2003/03/13 15:22:09 jb 1.8.22.1: #108154# Use NodeAccessRef to avoid copying Accessor objects
Diffstat (limited to 'configmgr/source/treemgr')
-rw-r--r-- | configmgr/source/treemgr/setnodeimpl.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configmgr/source/treemgr/setnodeimpl.hxx b/configmgr/source/treemgr/setnodeimpl.hxx index b1e972cec87a..c0125ab70947 100644 --- a/configmgr/source/treemgr/setnodeimpl.hxx +++ b/configmgr/source/treemgr/setnodeimpl.hxx @@ -2,9 +2,9 @@ * * $RCSfile: setnodeimpl.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: jb $ $Date: 2002-02-11 13:47:56 $ + * last change: $Author: vg $ $Date: 2003-04-01 13:41:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -110,7 +110,7 @@ namespace configmgr bool isValid() const { return m_pTree != 0; } - data::Accessor accessor() const { return m_aAccessor; } + data::Accessor const& accessor() const { return m_aAccessor; } ElementTreeImpl* tree() const { return m_pTree; }; view::ViewTreeAccess getTreeView() const; |