diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-07-11 13:47:49 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-07-11 13:47:49 +0000 |
commit | f6c0995f9df74ff0162f27d9bbefc599bfa7600b (patch) | |
tree | 4142713d92293c471773bc2721439d9b9abf3a3e | |
parent | 727369ce3dff1eb6828e3103aeb88b9babeb9e9f (diff) |
INTEGRATION: CWS jsc21 (1.3.4); FILE MERGED
2008/06/20 11:12:52 jsc 1.3.4.1: #i86349# remove unused methods
-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(); |