summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-02-12 20:08:03 +0100
committerJulien Nabet <serval2412@yahoo.fr>2014-02-12 20:08:03 +0100
commit55d3127f6cb146d4064a70f128c058f6c954c923 (patch)
tree4b53a5a867188d709c69457eb660e748c3e7676d
parent03dcbdc4e16eac3c120fe976cd6079820df69294 (diff)
Typo: "omited"/"ommitted"/"ommited" -> "omitted"
Change-Id: Icc690b0ae1fc8f7165082774720d265798815faa
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XFrameLoader.java4
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XSynchronousFrameLoader.java2
-rw-r--r--sc/source/ui/src/scfuncs.src4
-rw-r--r--scripting/examples/python/Capitalise.py2
-rw-r--r--sd/source/ui/slidesorter/cache/SlsBitmapCache.hxx4
5 files changed, 8 insertions, 8 deletions
diff --git a/qadevOOo/tests/java/ifc/frame/_XFrameLoader.java b/qadevOOo/tests/java/ifc/frame/_XFrameLoader.java
index 4e016bfdfefb..a6c1d1cbc499 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 15f4208c9573..7233ce9b8b64 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 53f29ce40bce..e57b6186eb23 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 d9c6f07868ce..aa14e845a64d 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 312363ed6fbc..1ceae6b69997 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,