Kaydet (Commit) a022bdf6 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS qadev22 (1.4.110); FILE MERGED

2005/03/10 16:21:40 sw 1.4.110.1: i44711
üst f265ee1f
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: OServiceManager.java,v $ * $RCSfile: OServiceManager.java,v $
* *
* $Revision: 1.4 $ * $Revision: 1.5 $
* *
* last change:$Date: 2003-09-08 12:30:42 $ * last change:$Date: 2005-03-29 11:59:58 $
* *
* 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
...@@ -164,12 +164,12 @@ public class OServiceManager extends TestCase { ...@@ -164,12 +164,12 @@ public class OServiceManager extends TestCase {
(XSet.class, oInterface) ; (XSet.class, oInterface) ;
XSet set1 = (XSet) UnoRuntime.queryInterface XSet set1 = (XSet) UnoRuntime.queryInterface
(XSet.class, srvMan) ; (XSet.class, srvMan) ;
XEnumeration enum = set1.createEnumeration(); XEnumeration oEnum = set1.createEnumeration();
Object srv = enum.nextElement(); Object srv = oEnum.nextElement();
set.insert(srv) ; set.insert(srv) ;
newElement = enum.nextElement(); newElement = oEnum.nextElement();
XPropertySet xProp = (XPropertySet)UnoRuntime.queryInterface( XPropertySet xProp = (XPropertySet)UnoRuntime.queryInterface(
XPropertySet.class, oInterface); XPropertySet.class, oInterface);
......
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