merge the formfield patch from ooo-build
[ooovba.git] / scripting / examples / beanshell / Capitalise / parcel-descriptor.xml
blobbf3730bf1da4633bf6a064146c14fe8988fd11d7
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="Capitalise"/>
8             <description>
9                 Change the case of a selection, or current word from upper case, to first char upper case, to all lower case to upper case...
10             </description>
11         </locale>
12         <functionname value="capitalise.bsh"/>
13         <logicalname value="Capitalise.BeanShell"/>
14     </script>
16 </parcel>