summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-03-18 11:16:29 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-03-18 11:16:29 +0000
commit6c1121f370898b43fb5b3acb10fc7ce5fd3950ca (patch)
tree43946b3b711bd3178da5f481f8aea31dc270c798 /extensions
parent0efa82218eb644c94099f0f875189be11195fa54 (diff)
INTEGRATION: CWS sb83 (1.4.388); FILE MERGED
2008/02/12 08:36:10 sb 1.4.388.1: #i86033# call pluginapp.bin with full path
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/plugin/inc/plugin/unx/sysplug.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/extensions/source/plugin/inc/plugin/unx/sysplug.hxx b/extensions/source/plugin/inc/plugin/unx/sysplug.hxx
index d1b3c03edfc7..5c67ce23a652 100644
--- a/extensions/source/plugin/inc/plugin/unx/sysplug.hxx
+++ b/extensions/source/plugin/inc/plugin/unx/sysplug.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sysplug.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2006-01-20 12:58:48 $
+ * last change: $Author: vg $ $Date: 2008-03-18 12:16:29 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -81,6 +81,8 @@ public:
virtual NPError NPP_GetValue( NPP instance, NPPVariable variable, void* value );
virtual NPError NPP_SetValue( NPP instance, NPNVariable variable,
void *value);
+
+ static bool getPluginappPath(rtl::OString * path);
};
#endif