diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-11-12 14:32:25 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-11-12 14:32:25 +0000 |
commit | cb6d9e4253133efa79af0c737ddba75c7acbe9a4 (patch) | |
tree | 6d2bc7563c7bd9900439b206ede10a481cf7062c /extensions/source/plugin/aqua | |
parent | b087b7946c914c6ad4d0ee870a501eb1d249b6e1 (diff) |
INTEGRATION: CWS macleopardbuild (1.2.50); FILE MERGED
2007/10/16 18:51:41 fheckl 1.2.50.1: Making aqua plugin compile on MacOSX 10.5
Diffstat (limited to 'extensions/source/plugin/aqua')
-rw-r--r-- | extensions/source/plugin/aqua/sysplug.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/plugin/aqua/sysplug.cxx b/extensions/source/plugin/aqua/sysplug.cxx index c8ad00ced7d2..5cbb6c4ba62e 100644 --- a/extensions/source/plugin/aqua/sysplug.cxx +++ b/extensions/source/plugin/aqua/sysplug.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sysplug.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2007-07-05 08:49:48 $ + * last change: $Author: rt $ $Date: 2007-11-12 15:32:07 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -124,7 +124,7 @@ NPError MacPluginComm::NPP_DestroyStream( NPP instance, return 0; } -jref MacPluginComm::NPP_GetJavaClass() +void* MacPluginComm::NPP_GetJavaClass() { return 0; } |