summaryrefslogtreecommitdiff
path: root/idlc/inc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:46:19 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:46:19 +0000
commit4f5d3c4aa566018da92f4643a06e9303331b4e8f (patch)
tree463acfa12fadcab80aa4e65654dde93ff66cc941 /idlc/inc
parent1ea7f1509b89d2aa9cfe3e59dd8ff1e36372d2d9 (diff)
INTEGRATION: CWS warnings01 (1.1.148); FILE MERGED
2005/09/22 23:57:57 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/astinterfacemember.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/idlc/inc/idlc/astinterfacemember.hxx b/idlc/inc/idlc/astinterfacemember.hxx
index 2bc00d84c6f6..32efbf4634fb 100644
--- a/idlc/inc/idlc/astinterfacemember.hxx
+++ b/idlc/inc/idlc/astinterfacemember.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: astinterfacemember.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 17:57:40 $
+ * last change: $Author: hr $ $Date: 2006-06-20 03:46:19 $
*
* 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:
AstInterfaceMember(const sal_uInt32 flags, AstInterface* pRealInterface,
const ::rtl::OString& name, AstScope* pScope)
: AstDeclaration(NT_interface_member, name, pScope)
- , m_pRealInterface(pRealInterface)
, m_flags(flags)
+ , m_pRealInterface(pRealInterface)
{}
virtual ~AstInterfaceMember() {}