summaryrefslogtreecommitdiff
path: root/extensions/workben/pythonautotest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/workben/pythonautotest.cxx')
-rw-r--r--extensions/workben/pythonautotest.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/workben/pythonautotest.cxx b/extensions/workben/pythonautotest.cxx
index fb6b66ba3fda..a7ee631e8a75 100644
--- a/extensions/workben/pythonautotest.cxx
+++ b/extensions/workben/pythonautotest.cxx
@@ -58,7 +58,7 @@ public:
void* getImplementation(Reflection *p) { return OWeakObject::getImplementation(p); }
public:
- XIntrospectionAccessRef getIntrospection(void) const THROWS( (UsrSystemException) )
+ XIntrospectionAccessRef getIntrospection() const THROWS( (UsrSystemException) )
{ return XIntrospectionAccessRef(); }
UsrAny invoke( const UString& FunctionName,
@@ -348,7 +348,7 @@ class PythonCodeLibrary :
return FALSE;
}
- virtual Sequence< UString > getModuleNames(void) THROWS( (UsrSystemException) )
+ virtual Sequence< UString > getModuleNames() THROWS( (UsrSystemException) )
{
return Sequence<UString> ();
}