summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-03-23 09:33:39 +0000
committerKurt Zenker <kz@openoffice.org>2004-03-23 09:33:39 +0000
commit20487e5cc98022ce44d7ad423eef7fae2c35a8af (patch)
tree3a136c5845f6d4a65dfbb6bb6194eca0d0720b41 /configmgr
parent2a1e0fad01a38d7ee9db88bf0c5dc5a88e03045c (diff)
INTEGRATION: CWS cfgcleanup (1.3.70); FILE MERGED
2004/02/09 15:30:39 jb 1.3.70.1: #i25025# Eliminate warnings from gcc
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/treemgr/valuemembernode.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/configmgr/source/treemgr/valuemembernode.hxx b/configmgr/source/treemgr/valuemembernode.hxx
index 4ef876ed8fad..663c11c6a7ba 100644
--- a/configmgr/source/treemgr/valuemembernode.hxx
+++ b/configmgr/source/treemgr/valuemembernode.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: valuemembernode.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2003-03-19 16:19:49 $
+ * last change: $Author: kz $ $Date: 2004-03-23 10:33:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -84,8 +84,8 @@ namespace configmgr
class DeferredImpl;
typedef rtl::Reference<DeferredImpl> DeferredImplRef;
- DeferredImplRef m_xDeferredOperation;
data::ValueNodeAccess m_aNodeRef;
+ DeferredImplRef m_xDeferredOperation;
private:
friend class GroupNodeImpl;
friend class DeferredGroupNodeImpl;