summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2016-03-12 00:44:24 +0100
committerJulien Nabet <serval2412@yahoo.fr>2016-03-12 00:48:44 +0100
commit5da0983a7ce4bc28bff495ae09a218d26281a150 (patch)
tree021adc13eab0f2ea76ff5e60b9d3b57f7beb4f8b /wizards
parentb430ec96e3b131734239305715e2593dc4b57af2 (diff)
Typo: documet->document
Change-Id: I7ec134282af33386cab001ed076fb8fa90d33608
Diffstat (limited to 'wizards')
-rw-r--r--wizards/source/gimmicks/ChangeAllChars.xba4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/gimmicks/ChangeAllChars.xba b/wizards/source/gimmicks/ChangeAllChars.xba
index d91db00c83c9..cdcbc962335d 100644
--- a/wizards/source/gimmicks/ChangeAllChars.xba
+++ b/wizards/source/gimmicks/ChangeAllChars.xba
@@ -17,7 +17,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
-<script:module xmlns:script="http://openoffice.org/2000/script" script:name="ChangeAllChars" script:language="StarBasic">&apos; This macro replaces all characters in a writer-documet through &quot;x&quot; or &quot;X&quot; signs.
+<script:module xmlns:script="http://openoffice.org/2000/script" script:name="ChangeAllChars" script:language="StarBasic">&apos; This macro replaces all characters in a writer-document through &quot;x&quot; or &quot;X&quot; signs.
&apos; It works on the currently activated document.
Private const UPPERREPLACECHAR = &quot;X&quot;
Private const LOWERREPLACECHAR = &quot;x&quot;
@@ -89,4 +89,4 @@ Sub ReplaceStrings(oContainer as Object, sSearchString, sReplaceString as Strin
oReplaceDesc.Searchstring = sSearchString
oReplaceDesc.ReplaceString = sReplaceString
oReplCount = oContainer.ReplaceAll(oReplaceDesc)
-End Sub</script:module> \ No newline at end of file
+End Sub</script:module>