Kaydet (Commit) ae835300 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED

2003/05/21 10:56:17 sg 1.1.8.1: #109819# prepare devide of runner
üst db87fe33
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: LocaleData.java,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -98,7 +98,7 @@ public class LocaleData extends TestCase { ...@@ -98,7 +98,7 @@ public class LocaleData extends TestCase {
Object oInterface = null; Object oInterface = null;
try { try {
XMultiServiceFactory xMSF = Param.getMSF(); XMultiServiceFactory xMSF = (XMultiServiceFactory)Param.getMSF();
oInterface = xMSF.createInstance( "com.sun.star.i18n.LocaleData" ); oInterface = xMSF.createInstance( "com.sun.star.i18n.LocaleData" );
} catch( com.sun.star.uno.Exception e ) { } catch( com.sun.star.uno.Exception e ) {
log.println("LocaleData Service not available" ); log.println("LocaleData Service not available" );
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: NumberFormatCodeMapper.java,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -101,7 +101,7 @@ public class NumberFormatCodeMapper extends TestCase { ...@@ -101,7 +101,7 @@ public class NumberFormatCodeMapper extends TestCase {
Object oInterface = null; Object oInterface = null;
try { try {
XMultiServiceFactory xMSF = Param.getMSF(); XMultiServiceFactory xMSF = (XMultiServiceFactory)Param.getMSF();
oInterface = xMSF.createInstance oInterface = xMSF.createInstance
( "com.sun.star.i18n.NumberFormatCodeMapper" ); ( "com.sun.star.i18n.NumberFormatCodeMapper" );
} }
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: TextSearch.java,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -94,7 +94,7 @@ public class TextSearch extends TestCase { ...@@ -94,7 +94,7 @@ public class TextSearch extends TestCase {
Object oInterface = null; Object oInterface = null;
try { try {
XMultiServiceFactory xMSF = Param.getMSF(); XMultiServiceFactory xMSF = (XMultiServiceFactory)Param.getMSF();
oInterface = xMSF.createInstance( "com.sun.star.util.TextSearch" ); oInterface = xMSF.createInstance( "com.sun.star.util.TextSearch" );
} }
catch( com.sun.star.uno.Exception e ) { catch( com.sun.star.uno.Exception e ) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment