diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-07-11 13:49:04 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-07-11 13:49:04 +0000 |
commit | af431133b1cd92ddd3a1b0dcd263f9acbc531bef (patch) | |
tree | 94120b4626f42481c2636c0e630f06bb2073867a /idlc | |
parent | 8575634f9547eb4c7aa5fd45d42667d5d935c20f (diff) |
INTEGRATION: CWS jsc21 (1.10.4); FILE MERGED
2008/06/20 11:12:53 jsc 1.10.4.1: #i86349# remove unused methods
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/source/astunion.cxx | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/idlc/source/astunion.cxx b/idlc/source/astunion.cxx index 89008183433d..57ad3e9dc8e4 100644 --- a/idlc/source/astunion.cxx +++ b/idlc/source/astunion.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: astunion.cxx,v $ - * $Revision: 1.10 $ + * $Revision: 1.11 $ * * This file is part of OpenOffice.org. * @@ -388,12 +388,6 @@ AstUnionBranch::~AstUnionBranch() delete m_pLabel; } -AstUnionLabel::AstUnionLabel() - : m_label(UL_default) - , m_pLabelValue(NULL) -{ -} - AstUnionLabel::AstUnionLabel(UnionLabel labelKind, AstExpression* pExpr) : m_label(labelKind) , m_pLabelValue(pExpr) |