Files
loongoffice/scripting/examples/beanshell/WordCount/parcel-descriptor.xml
Rüdiger Timm 6a3a0fe329 INTEGRATION: CWS ooo19126 (1.1.90); FILE MERGED
2005/09/05 12:04:24 rt 1.1.90.1: #i54170# Change license header: remove SISSL
2005-09-09 00:53:36 +00:00

17 lines
481 B
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<parcel language="BeanShell" xmlns:parcel="scripting.dtd">
<script language="BeanShell">
<locale lang="en">
<displayname value="Word Count"/>
<description>
Provides a word count of the selected text in A Writer document.
</description>
</locale>
<functionname value="wordcount.bsh"/>
<logicalname value="WordCount.BeanShell"/>
</script>
</parcel>