From a318c10ece83a3bfc7aac4f14a04548a63697e5c Mon Sep 17 00:00:00 2001 From: mfe Date: Thu, 1 Feb 2001 11:42:49 +0000 Subject: removed ChangeGlobalInit --- remotebridges/examples/officeclient.cxx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'remotebridges') diff --git a/remotebridges/examples/officeclient.cxx b/remotebridges/examples/officeclient.cxx index 04f63a272755..e3a862360822 100644 --- a/remotebridges/examples/officeclient.cxx +++ b/remotebridges/examples/officeclient.cxx @@ -2,9 +2,9 @@ * * $RCSfile: officeclient.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: jbu $ $Date: 2000-10-26 14:21:20 $ + * last change: $Author: mfe $ $Date: 2001-02-01 12:41:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -94,9 +94,6 @@ using namespace ::com::sun::star::text; using namespace ::com::sun::star::frame; -#ifdef SOLARIS -extern "C" void ChangeGlobalInit(); -#endif namespace remotebridges_officeclient { -- cgit