From addd833c598daffcbab19403e4c1dbb5a5dc726c Mon Sep 17 00:00:00 2001 From: Jörg Budischewski Date: Thu, 3 May 2001 05:32:08 +0000 Subject: now compiles also under unx --- remotebridges/source/bridge/bridge_provider.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'remotebridges') diff --git a/remotebridges/source/bridge/bridge_provider.cxx b/remotebridges/source/bridge/bridge_provider.cxx index 54b964ac874f..b505f13c0ca2 100644 --- a/remotebridges/source/bridge/bridge_provider.cxx +++ b/remotebridges/source/bridge/bridge_provider.cxx @@ -2,9 +2,9 @@ * * $RCSfile: bridge_provider.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: jbu $ $Date: 2001-05-02 14:13:35 $ + * last change: $Author: jbu $ $Date: 2001-05-03 06:32:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -108,7 +108,7 @@ namespace remotebridges_bridge } } - static convertToRemoteRuntimeException ( uno_Any **ppException, + static void convertToRemoteRuntimeException ( uno_Any **ppException, const ::rtl::OUString &sMessage, const Reference< XInterface > &rContext, Mapping &map ) -- cgit