summaryrefslogtreecommitdiff
path: root/idlc/inc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:46:30 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:46:30 +0000
commit1143ac4d7ddd28857a9424c2968060c670b5b5dc (patch)
treef134995973ac9748018416c5669bc2910f51e305 /idlc/inc
parent4f5d3c4aa566018da92f4643a06e9303331b4e8f (diff)
INTEGRATION: CWS warnings01 (1.1.148); FILE MERGED
2005/09/23 00:00:03 sb 1.1.148.2: RESYNC: (1.1-1.2); FILE MERGED 2005/08/29 14:14:22 sb 1.1.148.1: #i53898# Made code warning-free.
Diffstat (limited to 'idlc/inc')
-rw-r--r--idlc/inc/idlc/astservicemember.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/idlc/inc/idlc/astservicemember.hxx b/idlc/inc/idlc/astservicemember.hxx
index 2feadbaf83cf..4b159b95d08f 100644
--- a/idlc/inc/idlc/astservicemember.hxx
+++ b/idlc/inc/idlc/astservicemember.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: astservicemember.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 18:01:07 $
+ * last change: $Author: hr $ $Date: 2006-06-20 03:46:30 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -45,8 +45,8 @@ public:
AstServiceMember(const sal_uInt32 flags, AstService* pRealService,
const ::rtl::OString& name, AstScope* pScope)
: AstDeclaration(NT_service_member, name, pScope)
- , m_pRealService(pRealService)
, m_flags(flags)
+ , m_pRealService(pRealService)
{}
virtual ~AstServiceMember() {}