diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 22:34:48 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 22:34:48 +0000 |
commit | 1e9af0de8f9708cf3dadc65a460a14328195a613 (patch) | |
tree | 5c6d618db036fd537eb89e0d859a09eb665a744c /configmgr/source | |
parent | b89d6ce352edfc724e9610acff7664eee7c0642c (diff) |
INTEGRATION: CWS warnings01 (1.23.4); FILE MERGED
2005/11/01 12:47:42 cd 1.23.4.1: #i53898# Warning free code for sun solaris compiler
Diffstat (limited to 'configmgr/source')
-rw-r--r-- | configmgr/source/treemgr/treeimpl.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configmgr/source/treemgr/treeimpl.hxx b/configmgr/source/treemgr/treeimpl.hxx index 2225ffafd26b..a75f8bc97cea 100644 --- a/configmgr/source/treemgr/treeimpl.hxx +++ b/configmgr/source/treemgr/treeimpl.hxx @@ -4,9 +4,9 @@ * * $RCSfile: treeimpl.hxx,v $ * - * $Revision: 1.23 $ + * $Revision: 1.24 $ * - * last change: $Author: rt $ $Date: 2005-09-08 04:35:14 $ + * last change: $Author: hr $ $Date: 2006-06-19 23:34:48 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -446,6 +446,7 @@ namespace configmgr virtual void disposeData(); // rebuilding + using TreeImpl::rebuild; void rebuild(rtl::Reference<view::ViewStrategy> const& _xNewStrategy, data::TreeAccessor const & _aNewData, data::Accessor const & _aOldAccessor); |