diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-09-09 00:53:36 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-09-09 00:53:36 +0000 |
commit | 6a3a0fe3298f6cf634aaa14635f635cfebc52720 (patch) | |
tree | f41625d4214c7ae67fec692fa2ebc3477982baa7 /scripting/examples | |
parent | c9e39473c20abda7092a409177dc634509ece5e4 (diff) |
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
Diffstat (limited to 'scripting/examples')
-rwxr-xr-x | scripting/examples/beanshell/Capitalise/parcel-descriptor.xml | 32 | ||||
-rwxr-xr-x | scripting/examples/beanshell/WordCount/parcel-descriptor.xml | 32 |
2 files changed, 32 insertions, 32 deletions
diff --git a/scripting/examples/beanshell/Capitalise/parcel-descriptor.xml b/scripting/examples/beanshell/Capitalise/parcel-descriptor.xml index 294a82298b52..bf3730bf1da4 100755 --- a/scripting/examples/beanshell/Capitalise/parcel-descriptor.xml +++ b/scripting/examples/beanshell/Capitalise/parcel-descriptor.xml @@ -1,16 +1,16 @@ -<?xml version="1.0" encoding="UTF-8"?>
-
-<parcel language="BeanShell" xmlns:parcel="scripting.dtd">
-
- <script language="BeanShell">
- <locale lang="en">
- <displayname value="Capitalise"/>
- <description>
- Change the case of a selection, or current word from upper case, to first char upper case, to all lower case to upper case...
- </description>
- </locale>
- <functionname value="capitalise.bsh"/>
- <logicalname value="Capitalise.BeanShell"/>
- </script>
-
-</parcel>
+<?xml version="1.0" encoding="UTF-8"?> + +<parcel language="BeanShell" xmlns:parcel="scripting.dtd"> + + <script language="BeanShell"> + <locale lang="en"> + <displayname value="Capitalise"/> + <description> + Change the case of a selection, or current word from upper case, to first char upper case, to all lower case to upper case... + </description> + </locale> + <functionname value="capitalise.bsh"/> + <logicalname value="Capitalise.BeanShell"/> + </script> + +</parcel> diff --git a/scripting/examples/beanshell/WordCount/parcel-descriptor.xml b/scripting/examples/beanshell/WordCount/parcel-descriptor.xml index 232d4fce9b0c..fb6b5f50109c 100755 --- a/scripting/examples/beanshell/WordCount/parcel-descriptor.xml +++ b/scripting/examples/beanshell/WordCount/parcel-descriptor.xml @@ -1,16 +1,16 @@ -<?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>
+<?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> |