summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorSander Vesik <svesik@openoffice.org>2004-04-21 13:06:10 +0000
committerSander Vesik <svesik@openoffice.org>2004-04-21 13:06:10 +0000
commitd18ee325a123af8df51a7cfc9420dcc35e428c81 (patch)
treeaa7ce4bc75f738a99050347f8829d05267aa72d4 /comphelper
parent7a74e82ffe2b9458eecdfc890c55831cf7176515 (diff)
INTEGRATION: CWS ooo20040329 (1.2.164); FILE MERGED
2004/03/17 09:19:55 waratah 1.2.164.1: #i1858# alter the order of some definitions to fix some -Wall warnings
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/property/MasterPropertySet.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/comphelper/source/property/MasterPropertySet.cxx b/comphelper/source/property/MasterPropertySet.cxx
index fb8950c95669..34eaa9274e77 100644
--- a/comphelper/source/property/MasterPropertySet.cxx
+++ b/comphelper/source/property/MasterPropertySet.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: MasterPropertySet.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2001-07-26 12:28:53 $
+ * last change: $Author: svesik $ $Date: 2004-04-21 14:06:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,17 +85,17 @@ using vos::IMutex;
SlaveData::SlaveData ( ChainablePropertySet *pSlave)
: mpSlave ( pSlave )
-, mbInit ( sal_False )
, mxSlave ( pSlave )
+, mbInit ( sal_False )
{
}
MasterPropertySet::MasterPropertySet( comphelper::MasterPropertySetInfo* pInfo, IMutex *pMutex )
throw()
: mpInfo ( pInfo )
-, mxInfo ( pInfo )
-, mnLastId ( 0 )
, mpMutex ( pMutex )
+, mnLastId ( 0 )
+, mxInfo ( pInfo )
{
}