summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-27 11:50:31 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-27 11:50:31 +0000
commitae83530022754fe0105db30aae46ff8266da6752 (patch)
tree6774a677d8b3c5f6d9ba88e331e0da361a978737 /qadevOOo
parentdb87fe33e4d9cf26a130578a57a66a055a9ba53a (diff)
INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED
2003/05/21 10:56:17 sg 1.1.8.1: #109819# prepare devide of runner
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/tests/java/mod/_i18n/LocaleData.java6
-rw-r--r--qadevOOo/tests/java/mod/_i18n/NumberFormatCodeMapper.java6
-rw-r--r--qadevOOo/tests/java/mod/_i18n/TextSearch.java6
3 files changed, 9 insertions, 9 deletions
diff --git a/qadevOOo/tests/java/mod/_i18n/LocaleData.java b/qadevOOo/tests/java/mod/_i18n/LocaleData.java
index 39ce418d2f56..2c9266ee624f 100644
--- a/qadevOOo/tests/java/mod/_i18n/LocaleData.java
+++ b/qadevOOo/tests/java/mod/_i18n/LocaleData.java
@@ -2,9 +2,9 @@
*
* $RCSfile: LocaleData.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change:$Date: 2003-01-27 18:15:36 $
+ * last change:$Date: 2003-05-27 12:50:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -98,7 +98,7 @@ public class LocaleData extends TestCase {
Object oInterface = null;
try {
- XMultiServiceFactory xMSF = Param.getMSF();
+ XMultiServiceFactory xMSF = (XMultiServiceFactory)Param.getMSF();
oInterface = xMSF.createInstance( "com.sun.star.i18n.LocaleData" );
} catch( com.sun.star.uno.Exception e ) {
log.println("LocaleData Service not available" );
diff --git a/qadevOOo/tests/java/mod/_i18n/NumberFormatCodeMapper.java b/qadevOOo/tests/java/mod/_i18n/NumberFormatCodeMapper.java
index 0e332ae1a081..40ba9dab2ce2 100644
--- a/qadevOOo/tests/java/mod/_i18n/NumberFormatCodeMapper.java
+++ b/qadevOOo/tests/java/mod/_i18n/NumberFormatCodeMapper.java
@@ -2,9 +2,9 @@
*
* $RCSfile: NumberFormatCodeMapper.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change:$Date: 2003-01-27 18:15:36 $
+ * last change:$Date: 2003-05-27 12:50:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -101,7 +101,7 @@ public class NumberFormatCodeMapper extends TestCase {
Object oInterface = null;
try {
- XMultiServiceFactory xMSF = Param.getMSF();
+ XMultiServiceFactory xMSF = (XMultiServiceFactory)Param.getMSF();
oInterface = xMSF.createInstance
( "com.sun.star.i18n.NumberFormatCodeMapper" );
}
diff --git a/qadevOOo/tests/java/mod/_i18n/TextSearch.java b/qadevOOo/tests/java/mod/_i18n/TextSearch.java
index 3b95ce5693de..f2c840fc5f6d 100644
--- a/qadevOOo/tests/java/mod/_i18n/TextSearch.java
+++ b/qadevOOo/tests/java/mod/_i18n/TextSearch.java
@@ -2,9 +2,9 @@
*
* $RCSfile: TextSearch.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change:$Date: 2003-01-27 18:15:35 $
+ * last change:$Date: 2003-05-27 12:50:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -94,7 +94,7 @@ public class TextSearch extends TestCase {
Object oInterface = null;
try {
- XMultiServiceFactory xMSF = Param.getMSF();
+ XMultiServiceFactory xMSF = (XMultiServiceFactory)Param.getMSF();
oInterface = xMSF.createInstance( "com.sun.star.util.TextSearch" );
}
catch( com.sun.star.uno.Exception e ) {