summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorSander Vesik <svesik@openoffice.org>2004-04-21 12:42:24 +0000
committerSander Vesik <svesik@openoffice.org>2004-04-21 12:42:24 +0000
commitc74aa42a316d66284136398081c8ce86a1650133 (patch)
tree82cc264da5a2425e17392b938b96696949e6c6f8 /bridges
parentfdbe1066fd5e803d8ea242faa2960537f61ea45a (diff)
INTEGRATION: CWS ooo20040329 (1.2.90); FILE MERGED
2004/03/17 11:13:31 waratah 1.2.90.1: #i1858# alter the order of some definitions to fix some -Wall warnings
Diffstat (limited to 'bridges')
-rw-r--r--bridges/source/remote/context/context.cxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/bridges/source/remote/context/context.cxx b/bridges/source/remote/context/context.cxx
index 6570cd5e2b13..7b70c63b1d61 100644
--- a/bridges/source/remote/context/context.cxx
+++ b/bridges/source/remote/context/context.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: context.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2003-04-15 16:27:48 $
+ * last change: $Author: svesik $ $Date: 2004-04-21 13:42:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,7 +58,6 @@
*
*
************************************************************************/
-
#include <stdio.h>
#include <list>
#include <hash_map>
@@ -133,8 +132,8 @@ ContextMap;
struct MyCounter
{
MyCounter( sal_Char *pName ) :
- m_pName ( pName ),
- m_nCounter( 0 )
+ m_nCounter( 0 ),
+ m_pName ( pName )
{
}
~MyCounter()