summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qadevOOo/tests/java/ifc/sdbc/_XResultSetUpdate.java2
-rw-r--r--sw/source/core/crsr/IBlockCursor.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/sdbc/_XResultSetUpdate.java b/qadevOOo/tests/java/ifc/sdbc/_XResultSetUpdate.java
index 6d2a6bb57152..33a903ee27fe 100644
--- a/qadevOOo/tests/java/ifc/sdbc/_XResultSetUpdate.java
+++ b/qadevOOo/tests/java/ifc/sdbc/_XResultSetUpdate.java
@@ -194,7 +194,7 @@ public class _XResultSetUpdate extends MultiMethodTest {
/**
* Returns cursor from insert row back to previous row. <p>
* <code>moveToInsertRow</code> method test must be executed
- * first for positioning curosr to insert row. <p>
+ * first for positioning cursor to insert row. <p>
* Has OK status if after method call current row number is
* above 0.
*/
diff --git a/sw/source/core/crsr/IBlockCursor.hxx b/sw/source/core/crsr/IBlockCursor.hxx
index cb7349fe6e8e..38039ea787a7 100644
--- a/sw/source/core/crsr/IBlockCursor.hxx
+++ b/sw/source/core/crsr/IBlockCursor.hxx
@@ -77,7 +77,7 @@ class Point;
*/
virtual void clearPoints() = 0;
- /** Destructor of the block curosr interface */
+ /** Destructor of the block cursor interface */
virtual ~IBlockCursor() {};
};