diff options
author | mfe <mfe@openoffice.org> | 2001-02-01 11:42:49 +0000 |
---|---|---|
committer | mfe <mfe@openoffice.org> | 2001-02-01 11:42:49 +0000 |
commit | a318c10ece83a3bfc7aac4f14a04548a63697e5c (patch) | |
tree | 76b069869f63e2e844df92a70cc9b9401811aa14 /remotebridges/examples/officeclient.cxx | |
parent | f00805dd0e5987cee8c598c68af4a8829267486f (diff) |
removed ChangeGlobalInit
Diffstat (limited to 'remotebridges/examples/officeclient.cxx')
-rw-r--r-- | remotebridges/examples/officeclient.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
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 { |