summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TableColumnsEnumeration.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TableColumnsEnumeration.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TableColumnsEnumeration.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TableColumnsEnumeration.java b/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TableColumnsEnumeration.java
index fecf2c80f504..1e7a2b2d124c 100644
--- a/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TableColumnsEnumeration.java
+++ b/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TableColumnsEnumeration.java
@@ -48,7 +48,7 @@ public class ScIndexEnumeration_TableColumnsEnumeration extends TestCase {
*/
protected void initialize( TestParameters tParam, PrintWriter log ) {
// get a soffice factory object
- SOfficeFactory SOF = SOfficeFactory.getFactory( (XMultiServiceFactory)tParam.getMSF());
+ SOfficeFactory SOF = SOfficeFactory.getFactory( tParam.getMSF());
try {
log.println( "creating a sheetdocument" );
22dabdec080c2a720a17987dceba2c03afe90'>javaldx is not built for WNT or MACOSX so no point in the uno wrapper scriptTor Lillqvist 2014-08-10Fixes for the --enable-canonical-installation-tree-structure caseTor Lillqvist 2014-08-10Use @LIBO_URE_LIB_FOLDER@ for URE_INTERNAL_LIB_DIRTor Lillqvist 2014-08-10Use @LIBO_URE_SHARE_JAVA_FOLDER@ instead of hardcoding ../share/javaTor Lillqvist 2014-06-05various: remove SAL_THROW macroNoel Grandin 2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin 2014-03-07Introduce com.sun.star.beans.theIntrospection singletonStephan Bergmann 2013-12-16Clean-up uno/lbnames.hStephan Bergmann 2013-12-11ure: remove documentation of no longer bundled GCC librariesMichael Stahl 2013-12-11ure: remove references to SunStudio C52 filenamesMichael Stahl 2013-11-05fdo#60698: Merge all libs of io...Marcos Paulo de Souza 2013-10-28gbuild: set Package default target to INSTDIRMichael Stahl