diff options
-rw-r--r-- | idlc/inc/idlc/astunionlabel.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/idlc/inc/idlc/astunionlabel.hxx b/idlc/inc/idlc/astunionlabel.hxx index e0df7347fcf6..a24a89941812 100644 --- a/idlc/inc/idlc/astunionlabel.hxx +++ b/idlc/inc/idlc/astunionlabel.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: astunionlabel.hxx,v $ - * $Revision: 1.3 $ + * $Revision: 1.4 $ * * This file is part of OpenOffice.org. * @@ -39,7 +39,6 @@ enum UnionLabel class AstUnionLabel { public: - AstUnionLabel(); AstUnionLabel(UnionLabel labelKind, AstExpression* pExpr); virtual ~AstUnionLabel(); |