vcl/qa/complex/persistent_window_states/PersistentWindowTest.java |    2 +-
 wizards/source/gimmicks/ChangeAllChars.xba                        |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 5da0983a7ce4bc28bff495ae09a218d26281a150
Author: Julien Nabet <[email protected]>
Date:   Sat Mar 12 00:44:24 2016 +0100

    Typo: documet->document
    
    Change-Id: I7ec134282af33386cab001ed076fb8fa90d33608

diff --git a/vcl/qa/complex/persistent_window_states/PersistentWindowTest.java 
b/vcl/qa/complex/persistent_window_states/PersistentWindowTest.java
index 2123e8a..04938f4 100644
--- a/vcl/qa/complex/persistent_window_states/PersistentWindowTest.java
+++ b/vcl/qa/complex/persistent_window_states/PersistentWindowTest.java
@@ -233,7 +233,7 @@ public class PersistentWindowTest
     /**
      * Load a document
      * @param xMSF A MultiServiceFactory from an office
-     * @param docLoader A documet loader
+     * @param docLoader A document loader
      * @return A handle to the document
      */
     private DocumentHandle loadDocument(XMultiServiceFactory xMSF,
diff --git a/wizards/source/gimmicks/ChangeAllChars.xba 
b/wizards/source/gimmicks/ChangeAllChars.xba
index d91db00..cdcbc96 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>
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to