summaryrefslogtreecommitdiff
path: root/idlc/inc/idlc/aststruct.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/inc/idlc/aststruct.hxx')
-rw-r--r--idlc/inc/idlc/aststruct.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/idlc/inc/idlc/aststruct.hxx b/idlc/inc/idlc/aststruct.hxx
index 98cadcc4899c..92c09294a49b 100644
--- a/idlc/inc/idlc/aststruct.hxx
+++ b/idlc/inc/idlc/aststruct.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -44,8 +44,8 @@ public:
std::vector< rtl::OString > const & typeParameters,
AstStruct* pBaseType, AstScope* pScope);
- AstStruct(const NodeType type,
- const ::rtl::OString& name,
+ AstStruct(const NodeType type,
+ const ::rtl::OString& name,
AstStruct* pBaseType,
AstScope* pScope);
virtual ~AstStruct();