1<?xml version="1.0" encoding="UTF-8"?>
2
3<parcel language="BeanShell" xmlns:parcel="scripting.dtd">
4
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>
15
16</parcel>
17