summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScTableRowsObj.java6
-rw-r--r--qadevOOo/tests/java/mod/_sc/XMLContentExporter.java6
-rw-r--r--qadevOOo/tests/java/mod/_sc/XMLExporter.java6
3 files changed, 9 insertions, 9 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScTableRowsObj.java b/qadevOOo/tests/java/mod/_sc/ScTableRowsObj.java
index 66eb19c50369..d5103050cc1c 100644
--- a/qadevOOo/tests/java/mod/_sc/ScTableRowsObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScTableRowsObj.java
@@ -2,9 +2,9 @@
*
* $RCSfile: ScTableRowsObj.java,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change:$Date: 2004-01-05 19:28:13 $
+ * last change:$Date: 2005-01-25 15:52:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -115,7 +115,7 @@ public class ScTableRowsObj extends TestCase {
} catch ( com.sun.star.uno.Exception e ) {
// Some exception occures.FAILED
e.printStackTrace( log );
- throw new StatusException( "Couldnt create document", e );
+ throw new StatusException( "Couldn't create document", e );
}
}
diff --git a/qadevOOo/tests/java/mod/_sc/XMLContentExporter.java b/qadevOOo/tests/java/mod/_sc/XMLContentExporter.java
index ec7459d2d15e..b055c146c809 100644
--- a/qadevOOo/tests/java/mod/_sc/XMLContentExporter.java
+++ b/qadevOOo/tests/java/mod/_sc/XMLContentExporter.java
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLContentExporter.java,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change:$Date: 2004-01-05 19:29:41 $
+ * last change:$Date: 2005-01-25 15:52:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -124,7 +124,7 @@ public class XMLContentExporter extends TestCase {
} catch ( com.sun.star.uno.Exception e ) {
// Some exception occures.FAILED
e.printStackTrace( log );
- throw new StatusException( "Couldnt create document", e );
+ throw new StatusException( "Couldn't create document", e );
}
}
diff --git a/qadevOOo/tests/java/mod/_sc/XMLExporter.java b/qadevOOo/tests/java/mod/_sc/XMLExporter.java
index 2b2d406bf4b9..e012f87459eb 100644
--- a/qadevOOo/tests/java/mod/_sc/XMLExporter.java
+++ b/qadevOOo/tests/java/mod/_sc/XMLExporter.java
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLExporter.java,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change:$Date: 2004-01-05 19:30:27 $
+ * last change:$Date: 2005-01-25 15:53:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -121,7 +121,7 @@ public class XMLExporter extends TestCase {
} catch ( com.sun.star.uno.Exception e ) {
// Some exception occures.FAILED
e.printStackTrace( log );
- throw new StatusException( "Couldnt create document", e );
+ throw new StatusException( "Couldn't create document", e );
}
}