From 1969fa63104e49049b23c1c60726701ba5cd4c5f Mon Sep 17 00:00:00 2001 From: Jörg Budischewski Date: Thu, 26 Oct 2000 13:21:20 +0000 Subject: now passes unix compiler --- remotebridges/examples/officeclient.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'remotebridges/examples') 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" ); -- cgit