summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc')
-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
5 files changed, 6 insertions, 6 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 :