summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:16:03 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:16:03 +0000
commit31eb0004918488724d4bd87ce9de7d4251ce3cc3 (patch)
tree824ffa524feae3f026928e04ef7a4703b9cd56e9 /configmgr
parent6c6918ea8af55e009e6917257b0844599baa16cf (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.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/configmgr/source/api2/notifierimpl.hxx b/configmgr/source/api2/notifierimpl.hxx
index c79356a354..b5c13f8bb5 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)
{