diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 22:16:03 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 22:16:03 +0000 |
commit | d73e01445754c304e2acfde81523adbbf9afed8a (patch) | |
tree | cd0974e04bd7a51fa5716d587c4475b0df5729d5 /configmgr | |
parent | d7910a454f77a2dcdf64203bd308fb3061619f18 (diff) |
INTEGRATION: CWS warnings01 (1.7.4); FILE MERGED
2005/11/09 18:02:38 pl 1.7.4.1: #i53898# removed warnings
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/api2/notifierimpl.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configmgr/source/api2/notifierimpl.hxx b/configmgr/source/api2/notifierimpl.hxx index 0ba22e5cebca..04b2cb70e711 100644 --- a/configmgr/source/api2/notifierimpl.hxx +++ b/configmgr/source/api2/notifierimpl.hxx @@ -4,9 +4,9 @@ * * $RCSfile: notifierimpl.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2005-09-08 03:16:01 $ + * last change: $Author: hr $ $Date: 2006-06-19 23:16:03 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -83,7 +83,7 @@ namespace configmgr typedef data::Accessor const & KeyFinder; configuration::TreeRef aTree; - SubNodeToIndex( configuration::TreeRef const& aTree ) : aTree(aTree) {} + SubNodeToIndex( configuration::TreeRef const& rTree ) : aTree(rTree) {} bool findKeysForIndex(KeyFinder _anAccessor, NodeOffset nNode, SubNodeList& aList) { |