diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 22:32:49 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 22:32:49 +0000 |
commit | e8bedea17bf37b5aca68f204ae04c61021ee9db5 (patch) | |
tree | a8e4f4406c3777b63ee40d8ed93f3f412bbfe505 /configmgr/source | |
parent | 59dc03b091e43bb79d02cfd023ca4fb310c84cde (diff) |
INTEGRATION: CWS warnings01 (1.11.4); FILE MERGED
2005/11/01 12:47:37 cd 1.11.4.1: #i53898# Warning free code for sun solaris compiler
Diffstat (limited to 'configmgr/source')
-rw-r--r-- | configmgr/source/treemgr/nodechangeimpl.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configmgr/source/treemgr/nodechangeimpl.hxx b/configmgr/source/treemgr/nodechangeimpl.hxx index 63c502254e02..9b976030216f 100644 --- a/configmgr/source/treemgr/nodechangeimpl.hxx +++ b/configmgr/source/treemgr/nodechangeimpl.hxx @@ -4,9 +4,9 @@ * * $RCSfile: nodechangeimpl.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: rt $ $Date: 2005-09-08 04:30:33 $ + * last change: $Author: hr $ $Date: 2006-06-19 23:32:49 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -224,6 +224,7 @@ namespace configmgr UnoAny getNewValue() const { return m_aNewValue; } protected: + using NodeChangeImpl::setTarget; // override information items /// the path from base to 'affected' node - here is the name of the changing node virtual RelativePath doGetChangingNodePath(ChangeCount _ix) const; |