summaryrefslogtreecommitdiff
path: root/scripting/examples
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-09-09 00:53:36 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-09-09 00:53:36 +0000
commita21121344f0e24ac77284ee2b8e8bbc69392b578 (patch)
tree1db09c5004017c917164820ca95ae797b7d7ed86 /scripting/examples
parent4bd723427e2d87b1cb82b0fe9fd464d72de8db33 (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-xscripting/examples/beanshell/Capitalise/parcel-descriptor.xml32
-rwxr-xr-xscripting/examples/beanshell/WordCount/parcel-descriptor.xml32
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 294a82298b..bf3730bf1d 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 232d4fce9b..fb6b5f5010 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>