summaryrefslogtreecommitdiff
path: root/odk/examples/cpp/remoteclient/remoteclient.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/cpp/remoteclient/remoteclient.cxx')
-rw-r--r--odk/examples/cpp/remoteclient/remoteclient.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/odk/examples/cpp/remoteclient/remoteclient.cxx b/odk/examples/cpp/remoteclient/remoteclient.cxx
index 7c70f5dfe813..98a16e38bfeb 100644
--- a/odk/examples/cpp/remoteclient/remoteclient.cxx
+++ b/odk/examples/cpp/remoteclient/remoteclient.cxx
@@ -75,8 +75,7 @@ public:
public: // Methods
- virtual sal_Int32 SAL_CALL run( const Sequence< OUString >& aArguments )
- throw(RuntimeException);
+ virtual sal_Int32 SAL_CALL run( const Sequence< OUString >& aArguments );
private: // helper methods
@@ -140,7 +139,7 @@ void PipeClientMain::testPipe( const Reference< XInterface > & rxInterface )
}
-sal_Int32 PipeClientMain::run( const Sequence< OUString > & aArguments ) throw ( RuntimeException )
+sal_Int32 PipeClientMain::run( const Sequence< OUString > & aArguments )
{
printf( "Connecting...\n" );