diff options
author | Jörg Budischewski <jbu@openoffice.org> | 2000-10-26 13:21:20 +0000 |
---|---|---|
committer | Jörg Budischewski <jbu@openoffice.org> | 2000-10-26 13:21:20 +0000 |
commit | 1969fa63104e49049b23c1c60726701ba5cd4c5f (patch) | |
tree | 201597ca2d8e8e7064b54c1e114bd319fa424a3c /remotebridges/examples | |
parent | 094d0d1350d140bbf6d10bf27230e2aab854e0e3 (diff) |
now passes unix compiler
Diffstat (limited to 'remotebridges/examples')
-rw-r--r-- | remotebridges/examples/officeclient.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/remotebridges/examples/officeclient.cxx b/remotebridges/examples/officeclient.cxx index 4c035938ff01..04f63a272755 100644 --- a/remotebridges/examples/officeclient.cxx +++ b/remotebridges/examples/officeclient.cxx @@ -2,9 +2,9 @@ * * $RCSfile: officeclient.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: jbu $ $Date: 2000-10-26 14:12:07 $ + * last change: $Author: jbu $ $Date: 2000-10-26 14:21:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -186,7 +186,7 @@ void OfficeClientMain::registerServices( ) } } -sal_Int32 OfficeClientMain::run( const Sequence< OUString > & aArguments ) +sal_Int32 OfficeClientMain::run( const Sequence< OUString > & aArguments ) throw ( RuntimeException ) { printf( "Connecting ....\n" ); |