summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-01-20 11:59:44 +0000
committerOliver Bolte <obo@openoffice.org>2006-01-20 11:59:44 +0000
commitd2a32f308ce25ed29fdd71cead9efced3325701c (patch)
tree871fa68d99fd6820b3afd384baea2d3ddd1ff81d
parent80a841184cd26384ce3a20a8cff949fe70b51c5f (diff)
INTEGRATION: CWS vcl49 (1.4.356); FILE MERGED
2005/12/14 15:44:30 pl 1.4.356.1: #i56878# use mozilla headers instead of npsdk, use OJI definition
-rw-r--r--extensions/source/plugin/unx/nppapi.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/plugin/unx/nppapi.cxx b/extensions/source/plugin/unx/nppapi.cxx
index 39a39657a70f..c5eff9976de1 100644
--- a/extensions/source/plugin/unx/nppapi.cxx
+++ b/extensions/source/plugin/unx/nppapi.cxx
@@ -2,7 +2,7 @@
Source Code Control System - Header
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/extensions/source/plugin/unx/nppapi.cxx,v 1.4 2004-03-17 10:15:46 obo Exp $
+ $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/extensions/source/plugin/unx/nppapi.cxx,v 1.5 2006-01-20 12:59:44 obo Exp $
*************************************************************************/
@@ -342,7 +342,7 @@ NPError UnxPluginComm::NPP_DestroyStream( NPP instance, NPStream* stream, NPErro
return aRet;
}
-jref UnxPluginComm::NPP_GetJavaClass()
+void* UnxPluginComm::NPP_GetJavaClass()
{
return NULL;
}