summaryrefslogtreecommitdiff
path: root/bridges/inc
diff options
context:
space:
mode:
authorSander Vesik <svesik@openoffice.org>2004-04-21 12:40:15 +0000
committerSander Vesik <svesik@openoffice.org>2004-04-21 12:40:15 +0000
commit8cb409ec0025d4945d40751e783578c132b3b6e8 (patch)
treeb91a88acdb3e0f4516a6c6f20e3dc7c0c4925230 /bridges/inc
parentf578782b3234ae315d0968577f3c0cffb2d84808 (diff)
INTEGRATION: CWS ooo20040329 (1.2.90); FILE MERGED
2004/03/17 11:10:46 waratah 1.2.90.1: #i1858# alter the order of some definitions to fix some -Wall warnings
Diffstat (limited to 'bridges/inc')
-rw-r--r--bridges/inc/bridges/remote/counter.hxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/bridges/inc/bridges/remote/counter.hxx b/bridges/inc/bridges/remote/counter.hxx
index 40d231360029..532a2a765956 100644
--- a/bridges/inc/bridges/remote/counter.hxx
+++ b/bridges/inc/bridges/remote/counter.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: counter.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2003-04-15 16:23:20 $
+ * last change: $Author: svesik $ $Date: 2004-04-21 13:40:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,13 +61,12 @@
#ifndef _BRIDGES_REMOTE_COUNTER_H_
#define _BRIDGES_REMOTE_COUNTER_H_
#include <stdio.h>
-
#if OSL_DEBUG_LEVEL > 1
struct MyCounter
{
MyCounter( sal_Char *pName ) :
- m_pName ( pName ),
- m_nCounter( 0 )
+ m_nCounter( 0 ),
+ m_pName ( pName )
{
}
~MyCounter()