summaryrefslogtreecommitdiff
path: root/stoc/test/testintrosp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/test/testintrosp.cxx')
-rw-r--r--stoc/test/testintrosp.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/stoc/test/testintrosp.cxx b/stoc/test/testintrosp.cxx
index b3908eb7e771..9e89f6987215 100644
--- a/stoc/test/testintrosp.cxx
+++ b/stoc/test/testintrosp.cxx
@@ -196,7 +196,7 @@ public:
};
-Sequence< Property > ImplPropertySetInfo::getProperties(void)
+Sequence< Property > ImplPropertySetInfo::getProperties()
throw( RuntimeException )
{
static Sequence<Property> * pSeq = NULL;
@@ -300,7 +300,7 @@ class ImplIntroTest : public ImplIntroTestHelper
Reference< XVetoableChangeListener > aVetoPropChangeListener;
OUString aVetoPropChangeListenerStr;
- void Init( void );
+ void Init();
public:
ImplIntroTest( const Reference< XMultiServiceFactory > & xMgr )
@@ -420,7 +420,7 @@ public:
throw(IndexOutOfBoundsException, WrappedTargetException, RuntimeException);
};
-void ImplIntroTest::Init( void )
+void ImplIntroTest::Init()
{
// set unique name
static sal_Int32 nObjCount = 0;
@@ -525,7 +525,7 @@ Any ImplIntroTest::getPropertyValue( const OUString& PropertyName )
return Any();
}
-OUString ImplIntroTest::getFirstName(void)
+OUString ImplIntroTest::getFirstName()
throw(RuntimeException)
{
return OUString( OUString("Markus") );