summaryrefslogtreecommitdiff
path: root/stoc/test/testcorefl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/test/testcorefl.cxx')
-rw-r--r--stoc/test/testcorefl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/test/testcorefl.cxx b/stoc/test/testcorefl.cxx
index aa3719abbc85..63ab8ca308eb 100644
--- a/stoc/test/testcorefl.cxx
+++ b/stoc/test/testcorefl.cxx
@@ -61,7 +61,7 @@ class OInterfaceA : public WeakImplHelper1< XInterfaceA >
{
public:
- virtual void SAL_CALL methodA(void) throw (RuntimeException)
+ virtual void SAL_CALL methodA() throw (RuntimeException)
{}
virtual void SAL_CALL methodB(sal_Int16 /*aShort*/) throw (RuntimeException)