summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sd/SdUnoOutlineView.java
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-11-02 17:14:04 +0000
committerKurt Zenker <kz@openoffice.org>2005-11-02 17:14:04 +0000
commit2241912ea0a8902ad24de23661db62ceb6844e3b (patch)
tree7b4fda596fa405df4c579fa4026fe40d84c3a255 /qadevOOo/tests/java/mod/_sd/SdUnoOutlineView.java
parent839c83f5bc895dabc9f0aa05a6bb8fa6e5941ede (diff)
INTEGRATION: CWS qadev24 (1.4.98); FILE MERGED
2005/09/19 15:30:11 cn 1.4.98.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/19 14:00:57 cn 1.4.98.1: #i46734# new object relation 'XUserInputInterception.XModel'
Diffstat (limited to 'qadevOOo/tests/java/mod/_sd/SdUnoOutlineView.java')
-rw-r--r--qadevOOo/tests/java/mod/_sd/SdUnoOutlineView.java6
1 files changed, 4 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/mod/_sd/SdUnoOutlineView.java b/qadevOOo/tests/java/mod/_sd/SdUnoOutlineView.java
index b5d07a6a2d25..972cf3794b71 100644
--- a/qadevOOo/tests/java/mod/_sd/SdUnoOutlineView.java
+++ b/qadevOOo/tests/java/mod/_sd/SdUnoOutlineView.java
@@ -4,9 +4,9 @@
*
* $RCSfile: SdUnoOutlineView.java,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 03:18:03 $
+ * last change: $Author: kz $ $Date: 2005-11-02 18:14:04 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -210,6 +210,8 @@ public class SdUnoOutlineView extends TestCase {
//Adding ObjRelations for XController
tEnv.addObjRelation("FirstModel", aModel);
+ tEnv.addObjRelation("XUserInputInterception.XModel", aModel);
+
XFrame the_frame = the_Desk.getCurrentFrame();
tEnv.addObjRelation("Frame", the_frame);