summaryrefslogtreecommitdiff
path: root/idlc/inc/idlc/astoperation.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/inc/idlc/astoperation.hxx')
-rw-r--r--idlc/inc/idlc/astoperation.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/idlc/inc/idlc/astoperation.hxx b/idlc/inc/idlc/astoperation.hxx
index 1d678e045d9a..3134166f731f 100644
--- a/idlc/inc/idlc/astoperation.hxx
+++ b/idlc/inc/idlc/astoperation.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: astoperation.hxx,v $
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
* This file is part of OpenOffice.org.
*
@@ -54,7 +54,6 @@ public:
sal_Bool isOneway()
{ return ((m_flags & OP_ONEWAY) == OP_ONEWAY); }
- sal_Bool isVoid();
bool isVariadic() const;