summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-11-26 15:02:02 +0000
committerKurt Zenker <kz@openoffice.org>2004-11-26 15:02:02 +0000
commitb0b29ae5f08c09264be7436ec248e503e27e5e87 (patch)
tree93c8fb80e3a815937b6a4e4dcc74c13e2be7b8ea /extensions
parentd29e5c0afc7c5f0e0393ad737b1bfad1183ec21b (diff)
INTEGRATION: CWS nsplugin3 (1.2.32); FILE MERGED
2004/10/12 03:10:22 jmeng 1.2.32.1: add dynamic OpenOffice.org / StarOffice support
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/nsplugin/source/so_env.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/extensions/source/nsplugin/source/so_env.hxx b/extensions/source/nsplugin/source/so_env.hxx
index 480f3cd6ca1a..63f196bee36f 100644
--- a/extensions/source/nsplugin/source/so_env.hxx
+++ b/extensions/source/nsplugin/source/so_env.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: so_env.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2004-08-20 10:08:10 $
+ * last change: $Author: kz $ $Date: 2004-11-26 16:02:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -129,4 +129,8 @@ void NSP_WriteLog(int level, const char* pFormat, ...);
int restoreUTF8(char* pPath);
+char* NSP_getPluginName();
+
+char* NSP_getPluginDesc();
+
#endif