summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sw/SwAccessiblePageView.java
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-01-05 18:58:53 +0000
committerOliver Bolte <obo@openoffice.org>2004-01-05 18:58:53 +0000
commit1ebfa23f286d44e3517c548736f5fce7754a4fe0 (patch)
treedcd18720dd821e314575c142b088885df3524b97 /qadevOOo/tests/java/mod/_sw/SwAccessiblePageView.java
parentaf5586682c0782809ef52df33eb374ccd38889a8 (diff)
INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED
2003/12/17 08:58:50 sw 1.4.18.1: #114449#
Diffstat (limited to 'qadevOOo/tests/java/mod/_sw/SwAccessiblePageView.java')
-rw-r--r--qadevOOo/tests/java/mod/_sw/SwAccessiblePageView.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_sw/SwAccessiblePageView.java b/qadevOOo/tests/java/mod/_sw/SwAccessiblePageView.java
index d2124fcaa31b..7bddbb4b879d 100644
--- a/qadevOOo/tests/java/mod/_sw/SwAccessiblePageView.java
+++ b/qadevOOo/tests/java/mod/_sw/SwAccessiblePageView.java
@@ -2,9 +2,9 @@
*
* $RCSfile: SwAccessiblePageView.java,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $
+ * last change: $Author: obo $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -231,7 +231,7 @@ public class SwAccessiblePageView extends TestCase {
*/
protected void cleanup( TestParameters Param, PrintWriter log) {
log.println("dispose text document");
- xTextDoc.dispose();
+ util.DesktopTools.closeDoc(xTextDoc);
}
/**