summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/ucb/_XSortedDynamicResultSetFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/ucb/_XSortedDynamicResultSetFactory.java')
-rw-r--r--qadevOOo/tests/java/ifc/ucb/_XSortedDynamicResultSetFactory.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/ucb/_XSortedDynamicResultSetFactory.java b/qadevOOo/tests/java/ifc/ucb/_XSortedDynamicResultSetFactory.java
index f14dafba9d0c..423a5696af1e 100644
--- a/qadevOOo/tests/java/ifc/ucb/_XSortedDynamicResultSetFactory.java
+++ b/qadevOOo/tests/java/ifc/ucb/_XSortedDynamicResultSetFactory.java
@@ -144,7 +144,7 @@ public class _XSortedDynamicResultSetFactory extends MultiMethodTest {
rowCount = set.getRow();
log.println("Number of rows in result set: " + rowCount);
} catch (com.sun.star.sdbc.SQLException e) {
- log.println("Exception occured while accessing "+
+ log.println("Exception occurred while accessing "+
"sorted result set :");
e.printStackTrace(log);
}