diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-07-11 13:48:48 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-07-11 13:48:48 +0000 |
commit | f3027508f7d2f7b3faeccbee0c4a050f529b589e (patch) | |
tree | f1d1cdae01197687242b2fc800fe6c57e9b01e02 /idlc/source | |
parent | 9b5e026cae60dc0c9b9b8fe79af0eff38253ebae (diff) |
INTEGRATION: CWS jsc21 (1.8.4); FILE MERGED
2008/06/20 11:12:53 jsc 1.8.4.1: #i86349# remove unused methods
Diffstat (limited to 'idlc/source')
-rw-r--r-- | idlc/source/astoperation.cxx | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/idlc/source/astoperation.cxx b/idlc/source/astoperation.cxx index 1a8bb0c74..3fa6f68f3 100644 --- a/idlc/source/astoperation.cxx +++ b/idlc/source/astoperation.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: astoperation.cxx,v $ - * $Revision: 1.8 $ + * $Revision: 1.9 $ * * This file is part of OpenOffice.org. * @@ -50,16 +50,6 @@ void AstOperation::setExceptions(DeclList const * pExceptions) } } -sal_Bool AstOperation::isVoid() -{ - if ( m_pReturnType && (m_pReturnType->getNodeType() == NT_predefined) ) - { - if ( ((AstBaseType*)m_pReturnType)->getExprType() == ET_void ) - return sal_True; - } - return sal_False; -} - bool AstOperation::isVariadic() const { DeclList::const_iterator i(getIteratorEnd()); return i != getIteratorBegin() |