1*cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?> 2*cdf0e10cSrcweir 3*cdf0e10cSrcweir<parcel language="BeanShell" xmlns:parcel="scripting.dtd"> 4*cdf0e10cSrcweir 5*cdf0e10cSrcweir <script language="BeanShell"> 6*cdf0e10cSrcweir <locale lang="en"> 7*cdf0e10cSrcweir <displayname value="Word Count"/> 8*cdf0e10cSrcweir <description> 9*cdf0e10cSrcweir Provides a word count of the selected text in A Writer document. 10*cdf0e10cSrcweir </description> 11*cdf0e10cSrcweir </locale> 12*cdf0e10cSrcweir <functionname value="wordcount.bsh"/> 13*cdf0e10cSrcweir <logicalname value="WordCount.BeanShell"/> 14*cdf0e10cSrcweir </script> 15*cdf0e10cSrcweir 16*cdf0e10cSrcweir</parcel> 17