summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-07-11 13:48:48 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-07-11 13:48:48 +0000
commit8575634f9547eb4c7aa5fd45d42667d5d935c20f (patch)
treea9fe9abd80dddcc5c0bdb16d78c31686c121c7dc /idlc
parent73dc5f420d6255fed07a5f46e8235561df91d410 (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')
-rw-r--r--idlc/source/astoperation.cxx12
1 files changed, 1 insertions, 11 deletions
diff --git a/idlc/source/astoperation.cxx b/idlc/source/astoperation.cxx
index 5fd04ed13b09..144281b47383 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()