diff options
author | Jörg Budischewski <jbu@openoffice.org> | 2001-05-03 05:32:08 +0000 |
---|---|---|
committer | Jörg Budischewski <jbu@openoffice.org> | 2001-05-03 05:32:08 +0000 |
commit | addd833c598daffcbab19403e4c1dbb5a5dc726c (patch) | |
tree | 76be4e500009f8e742a5da175f30ee954fe137e4 /remotebridges | |
parent | 9274ad6ef0f902e061dbd2a627ea116aec395f09 (diff) |
now compiles also under unx
Diffstat (limited to 'remotebridges')
-rw-r--r-- | remotebridges/source/bridge/bridge_provider.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
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 ) |