Update ooo320-m1
[ooovba.git] / scripting / examples / beanshell / WordCount / parcel-descriptor.xml
blobfb6b5f50109c84e791807501d4dbf5aab0b4c598
1 <?xml version="1.0" encoding="UTF-8"?>
3 <parcel language="BeanShell" xmlns:parcel="scripting.dtd">
5     <script language="BeanShell">
6         <locale lang="en">
7             <displayname value="Word Count"/>
8             <description>
9                 Provides a word count of the selected text in A Writer document.
10             </description>
11         </locale>
12         <functionname value="wordcount.bsh"/>
13         <logicalname value="WordCount.BeanShell"/>
14     </script>
16 </parcel>