[Libreoffice-commits] core.git: qadevOOo/tests scripting/examples sc/source sd/source

Julien Nabet serval2412 at yahoo.fr
Wed Feb 12 20:12:18 CET 2014


 qadevOOo/tests/java/ifc/frame/_XFrameLoader.java            |    4 ++--
 qadevOOo/tests/java/ifc/frame/_XSynchronousFrameLoader.java |    2 +-
 sc/source/ui/src/scfuncs.src                                |    4 ++--
 scripting/examples/python/Capitalise.py                     |    2 +-
 sd/source/ui/slidesorter/cache/SlsBitmapCache.hxx           |    4 ++--
 5 files changed, 8 insertions(+), 8 deletions(-)

New commits:
commit 55d3127f6cb146d4064a70f128c058f6c954c923
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Wed Feb 12 20:08:03 2014 +0100

    Typo: "omited"/"ommitted"/"ommited" -> "omitted"
    
    Change-Id: Icc690b0ae1fc8f7165082774720d265798815faa

diff --git a/qadevOOo/tests/java/ifc/frame/_XFrameLoader.java b/qadevOOo/tests/java/ifc/frame/_XFrameLoader.java
index 4e016bf..a6c1d1c 100644
--- a/qadevOOo/tests/java/ifc/frame/_XFrameLoader.java
+++ b/qadevOOo/tests/java/ifc/frame/_XFrameLoader.java
@@ -48,11 +48,11 @@ import com.sun.star.uno.UnoRuntime;
 *  <li> <code>'FrameLoader.Frame'</code> <b>(optional)</b>
 *  (of type <code>com.sun.star.frame.XFrame</code>):
 *   a target frame where component to be loaded. If this
-*   relation is ommited then a text document created and its
+*   relation is omitted then a text document created and its
 *   frame is used. </li>
 *  <li> <code>'FrameLoader.args'</code> <b>(optional)</b>
 *   (of type <code>Object[]</code>):
-*   necessary arguuments for loading  a component. If ommited
+*   necessary arguuments for loading  a component. If omitted
 *   then zero length array is passed as parameter</li>
 * <ul> <p>
 * Test is <b> NOT </b> multithread compilant. <p>
diff --git a/qadevOOo/tests/java/ifc/frame/_XSynchronousFrameLoader.java b/qadevOOo/tests/java/ifc/frame/_XSynchronousFrameLoader.java
index 15f4208..7233ce9 100644
--- a/qadevOOo/tests/java/ifc/frame/_XSynchronousFrameLoader.java
+++ b/qadevOOo/tests/java/ifc/frame/_XSynchronousFrameLoader.java
@@ -47,7 +47,7 @@ import com.sun.star.util.XURLTransformer;
  *  <li> <code>'FrameLoader.Frame'</code> <b>(optional)</b>
  *  (of type <code>com.sun.star.frame.XFrame</code>):
  *   a target frame where component to be loaded. If this
- *   relation is ommited then a text document created and its
+ *   relation is omitted then a text document created and its
  *   frame is used. </li>
  * <ul> <p>
  *
diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src
index 53f29ce..e57b618 100644
--- a/sc/source/ui/src/scfuncs.src
+++ b/sc/source/ui/src/scfuncs.src
@@ -5948,7 +5948,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2
         };
         String 7 // Description of Parameter 3
         {
-            Text [ en-US ] = "The number of significant digits for the returned percentage: if ommitted, a value of 3 is used." ;
+            Text [ en-US ] = "The number of significant digits for the returned percentage: if omitted, a value of 3 is used." ;
         };
     };
      // -=*# Resource for function PERCENTRANK.INC #*=-
@@ -5988,7 +5988,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2
         };
         String 7 // Description of Parameter 3
         {
-            Text [ en-US ] = "The number of significant digits for the returned percentage: if ommitted, a value of 3 is used." ;
+            Text [ en-US ] = "The number of significant digits for the returned percentage: if omitted, a value of 3 is used." ;
         };
     };
      // -=*# Resource for function RANG #*=-
diff --git a/scripting/examples/python/Capitalise.py b/scripting/examples/python/Capitalise.py
index d9c6f07..aa14e84 100644
--- a/scripting/examples/python/Capitalise.py
+++ b/scripting/examples/python/Capitalise.py
@@ -73,6 +73,6 @@ def capitalisePython( ):
             i+= 1
 
 
-# lists the scripts, that shall be visible inside OOo. Can be omited, if
+# lists the scripts, that shall be visible inside OOo. Can be omitted, if
 # all functions shall be visible, however here getNewString shall be surpressed
 g_exportedScripts = capitalisePython,
diff --git a/sd/source/ui/slidesorter/cache/SlsBitmapCache.hxx b/sd/source/ui/slidesorter/cache/SlsBitmapCache.hxx
index 312363e..1ceae6b 100644
--- a/sd/source/ui/slidesorter/cache/SlsBitmapCache.hxx
+++ b/sd/source/ui/slidesorter/cache/SlsBitmapCache.hxx
@@ -155,11 +155,11 @@ public:
         @param bIncludePrecious
             When this flag is <TRUE/> entries with the precious flag set are
             included in the index.  When the flag is <FALSE/> these entries
-            are ommited.
+            are omitted.
         @param bIncludeNoPreview
             When this flag is <TRUE/> entries with that have no preview
             bitmaps are included in the index.  When the flag is <FALSE/> these entries
-            are ommited.
+            are omitted.
     */
     ::std::auto_ptr<CacheIndex> GetCacheIndex (
         bool bIncludePrecious,


More information about the Libreoffice-commits mailing list