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

INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED

2003/05/21 10:56:16 sg 1.1.8.1: #109819# prepare devide of runner
üst b90093e3
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: Collator.java,v $ * $RCSfile: Collator.java,v $
* *
* $Revision: 1.1 $ * $Revision: 1.2 $
* *
* last change:$Date: 2003-01-27 18:15:37 $ * last change:$Date: 2003-05-27 12:49:46 $
* *
* 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 Collator extends TestCase { ...@@ -94,7 +94,7 @@ public class Collator 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.Collator" ); oInterface = xMSF.createInstance( "com.sun.star.i18n.Collator" );
} }
catch( com.sun.star.uno.Exception e ) { catch( com.sun.star.uno.Exception e ) {
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: IndexEntrySupplier.java,v $ * $RCSfile: IndexEntrySupplier.java,v $
* *
* $Revision: 1.1 $ * $Revision: 1.2 $
* *
* last change:$Date: 2003-01-27 18:15:36 $ * last change:$Date: 2003-05-27 12:49:57 $
* *
* 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 IndexEntrySupplier extends TestCase { ...@@ -98,7 +98,7 @@ public class IndexEntrySupplier 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.IndexEntrySupplier" ); ( "com.sun.star.i18n.IndexEntrySupplier" );
} }
......
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