summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-12-20 23:24:56 +0200
committerTor Lillqvist <tml@collabora.com>2013-12-20 23:26:58 +0200
commitbe053c9a80ad237afc6da0b4174e1c7afc94ed92 (patch)
tree94fe4823ec33e39359006c986372c5caceb85db0 /qadevOOo
parentd1ae39e484f888ddcca15f584cddd2b3ccae1024 (diff)
Spelling correction: s/retrive/retrieve/
Change-Id: I96845d358765e2d2507763a9b15a30388b32bc6b
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScCellsEnumeration.java2
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScCellsObj.java2
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScDDELinkObj.java4
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScDDELinksObj.java2
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScViewPaneObj.java2
-rw-r--r--qadevOOo/tests/java/mod/_sd/SdLayerManager.java2
-rw-r--r--qadevOOo/tests/java/mod/_sd/SdXShape.java4
7 files changed, 9 insertions, 9 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScCellsEnumeration.java b/qadevOOo/tests/java/mod/_sc/ScCellsEnumeration.java
index 0b30d844d4d5..f811655d160b 100644
--- a/qadevOOo/tests/java/mod/_sc/ScCellsEnumeration.java
+++ b/qadevOOo/tests/java/mod/_sc/ScCellsEnumeration.java
@@ -85,7 +85,7 @@ public class ScCellsEnumeration extends TestCase {
* Creating a Testenvironment for the interfaces to be tested.
* Retrieves a collection of spreadsheets from a document
* and takes one of them. Replaces text of some cells.
- * Retrives a cell range of the visible cells using the interface
+ * Retrieves a cell range of the visible cells using the interface
* <code>XCellRangesQuery</code>. Retrieves a collection of cells from
* this cell range and creates it's enumeration using the interface
* <code>XEnumerationAccess</code>.The created enumeration is the instance
diff --git a/qadevOOo/tests/java/mod/_sc/ScCellsObj.java b/qadevOOo/tests/java/mod/_sc/ScCellsObj.java
index 0ee2b1ecc5e5..a22119fea43a 100644
--- a/qadevOOo/tests/java/mod/_sc/ScCellsObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScCellsObj.java
@@ -89,7 +89,7 @@ public class ScCellsObj extends TestCase {
* Creating a Testenvironment for the interfaces to be tested.
* Retrieves a collection of spreadsheets from a document,
* and takes one of them. Replaces text of some cells.
- * Retrives a cell range of the visible cells using the interface
+ * Retrieves a cell range of the visible cells using the interface
* <code>XCellRangesQuery</code>. Retrieves a collection of cells from
* this cell range, this collection is instance of the service
* <code>com.sun.star.sheet.Cells</code>.
diff --git a/qadevOOo/tests/java/mod/_sc/ScDDELinkObj.java b/qadevOOo/tests/java/mod/_sc/ScDDELinkObj.java
index f669f387af8a..b98783087ed5 100644
--- a/qadevOOo/tests/java/mod/_sc/ScDDELinkObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScDDELinkObj.java
@@ -100,8 +100,8 @@ public class ScDDELinkObj extends TestCase {
* spreadsheets from a document and takes one of them. Sets specific formula
* to some cells in the spreadsheet(the formula specify DDE links to the
* testdocument). Retrieves the collection of DDE links in the document and
- * retrives first DDE link from the collection.
- * The retrived DDE link is the instance of the service
+ * retrieves first DDE link from the collection.
+ * The retrieved DDE link is the instance of the service
* <code>com.sun.star.sheet.DDELink</code>.
* Object relations created :
* <ul>
diff --git a/qadevOOo/tests/java/mod/_sc/ScDDELinksObj.java b/qadevOOo/tests/java/mod/_sc/ScDDELinksObj.java
index e00da2372f80..b9af7133ea5a 100644
--- a/qadevOOo/tests/java/mod/_sc/ScDDELinksObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScDDELinksObj.java
@@ -97,7 +97,7 @@ public class ScDDELinksObj extends TestCase {
* spreadsheets from a document and takes one of them. Sets specific formula
* to some cells in the spreadsheet(the formula specify DDE links to the
* testdocument). Retrieves the collection of DDE links in the document.
- * The retrived collection of DDE link is the instance of the service
+ * The retrieved collection of DDE link is the instance of the service
* <code>com.sun.star.sheet.DDELinks</code>.
* @see com.sun.star.frame.Desktop
* @see com.sun.star.sheet.DDELinks
diff --git a/qadevOOo/tests/java/mod/_sc/ScViewPaneObj.java b/qadevOOo/tests/java/mod/_sc/ScViewPaneObj.java
index b96da0233a79..74ab48fff4a8 100644
--- a/qadevOOo/tests/java/mod/_sc/ScViewPaneObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScViewPaneObj.java
@@ -97,7 +97,7 @@ public class ScViewPaneObj extends TestCase {
* Retieves the current controller of the spreadsheet document using the
* interface <code>XModel</code>. The controller contains the collection
* of the view panes so retrieves the view pane with index 0 from
- * the collection. The retrived view pane is the instance of the service
+ * the collection. The retrieved view pane is the instance of the service
* <code>com.sun.star.sheet.SpreadsheetViewPane</code>. Retrieves the address
* of the cell range that consists of the cells which are visible in the pane.
* Object relations created :
diff --git a/qadevOOo/tests/java/mod/_sd/SdLayerManager.java b/qadevOOo/tests/java/mod/_sd/SdLayerManager.java
index 1ceca527ff14..a80e88709196 100644
--- a/qadevOOo/tests/java/mod/_sd/SdLayerManager.java
+++ b/qadevOOo/tests/java/mod/_sd/SdLayerManager.java
@@ -101,7 +101,7 @@ public class SdLayerManager extends TestCase {
* {@link ifc.drawing._XLayerManager}(the created shape)</li>
* <li> <code>'Shapes'</code> for
* {@link ifc.drawing._XLayerManager}(the shape collection of
- * the retrived draw page)</li>
+ * the retrieved draw page)</li>
* </ul>
* @see com.sun.star.drawing.XLayerSupplier
* @see com.sun.star.drawing.LayerManager
diff --git a/qadevOOo/tests/java/mod/_sd/SdXShape.java b/qadevOOo/tests/java/mod/_sd/SdXShape.java
index c5a78d45b222..c342c8c4f3b3 100644
--- a/qadevOOo/tests/java/mod/_sd/SdXShape.java
+++ b/qadevOOo/tests/java/mod/_sd/SdXShape.java
@@ -103,11 +103,11 @@ public class SdXShape extends TestCase {
* <ul>
* <li> <code>'Style1'</code> for
* {@link ifc.drawing._XShapeDescriptor}, {@link ifc.drawing._XShape}
- * (the value of the property 'Style' that was retrived from the created
+ * (the value of the property 'Style' that was retrieved from the created
* rectangle shape) </li>
* <li> <code>'Style2'</code> for
* {@link ifc.drawing._XShapeDescriptor}, {@link ifc.drawing._XShape}
- * (the value of the property 'Style' that was retrived from the created
+ * (the value of the property 'Style' that was retrieved from the created
* ellipse shape) </li>
* </ul>
* @see com.sun.star.drawing.XDrawPagesSupplier