diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-01-11 14:33:57 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-01-11 14:33:57 +0100 |
commit | 9b558f5f9d7806c7a73393ee2566f676ca8b6fff (patch) | |
tree | d69d9c9d6ca2b90889a1dff6e1fffd49d3b6b512 /dbaccess/qa/complex | |
parent | 0e793ea5d3e758ed431065b675a79c17a9f15ef7 (diff) |
dba33f: #i102631#
Diffstat (limited to 'dbaccess/qa/complex')
-rw-r--r-- | dbaccess/qa/complex/dbaccess/DatabaseDocument.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/qa/complex/dbaccess/DatabaseDocument.java b/dbaccess/qa/complex/dbaccess/DatabaseDocument.java index 8ce063bcdb2a..abb34aa5b05f 100644 --- a/dbaccess/qa/complex/dbaccess/DatabaseDocument.java +++ b/dbaccess/qa/complex/dbaccess/DatabaseDocument.java @@ -842,8 +842,8 @@ public class DatabaseDocument extends TestCase implements com.sun.star.document. final String otherURL = copyToTempFile(databaseDoc.getURL()); final XModel otherDoc = (XModel) UnoRuntime.queryInterface(XModel.class, loader.loadComponentFromURL(otherURL, _BLANK, 0, impl_getDefaultLoadArgs())); - impl_waitForEvent(m_globalEvents, "OnLoad", 5000, previousOnLoadEventPos + 1); impl_raise(otherDoc); + impl_waitForEvent(m_globalEvents, "OnLoad", 5000, previousOnLoadEventPos + 1); // ... and switch between the two impl_startObservingEvents(context); |