From 2241912ea0a8902ad24de23661db62ceb6844e3b Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Wed, 2 Nov 2005 17:14:04 +0000 Subject: 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' --- qadevOOo/tests/java/mod/_sd/SdUnoOutlineView.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'qadevOOo/tests/java/mod/_sd/SdUnoOutlineView.java') 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); -- cgit