summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests/java/mod/_svx/SvxGraphicObject.java
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-01-05 18:47:16 +0000
committerOliver Bolte <obo@openoffice.org>2004-01-05 18:47:16 +0000
commit28f574031ade8b66e72a78ba464ddbd8c62c4c0b (patch)
tree2e30c194ce46aab4251ab8be99df322c08f16308 /qadevOOo/tests/java/mod/_svx/SvxGraphicObject.java
parentINTEGRATION: CWS qadev15 (1.4.18); FILE MERGED (diff)
downloadcore-28f574031ade8b66e72a78ba464ddbd8c62c4c0b.tar.gz
core-28f574031ade8b66e72a78ba464ddbd8c62c4c0b.zip
INTEGRATION: CWS qadev15 (1.4.18); FILE MERGED
2003/12/18 10:03:08 sw 1.4.18.1: #114449#
Diffstat (limited to 'qadevOOo/tests/java/mod/_svx/SvxGraphicObject.java')
-rw-r--r--qadevOOo/tests/java/mod/_svx/SvxGraphicObject.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_svx/SvxGraphicObject.java b/qadevOOo/tests/java/mod/_svx/SvxGraphicObject.java
index 0a29739d099a..4b41da5eb975 100644
--- a/qadevOOo/tests/java/mod/_svx/SvxGraphicObject.java
+++ b/qadevOOo/tests/java/mod/_svx/SvxGraphicObject.java
@@ -2,9 +2,9 @@
*
* $RCSfile: SvxGraphicObject.java,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change:$Date: 2003-09-08 12:37:09 $
+ * last change:$Date: 2004-01-05 19:47:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -156,7 +156,7 @@ public class SvxGraphicObject extends TestCase {
*/
protected void cleanup( TestParameters tParam, PrintWriter log ) {
log.println( " disposing xDrawDoc " );
- xDrawDoc.dispose();
+ util.DesktopTools.closeDoc(xDrawDoc);
}
/**