summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_svx/SvxShapeGroup.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_svx/SvxShapeGroup.java')
-rw-r--r--qadevOOo/tests/java/mod/_svx/SvxShapeGroup.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/mod/_svx/SvxShapeGroup.java b/qadevOOo/tests/java/mod/_svx/SvxShapeGroup.java
index 5abdc141e705..b3fc08386155 100644
--- a/qadevOOo/tests/java/mod/_svx/SvxShapeGroup.java
+++ b/qadevOOo/tests/java/mod/_svx/SvxShapeGroup.java
@@ -66,7 +66,7 @@ public class SvxShapeGroup extends TestCase {
try {
log.println( "creating a draw document" );
- xDrawDoc = SOF.createDrawDoc(null);;
+ xDrawDoc = SOF.createDrawDoc(null);
} catch ( Exception e ) {
// Some exception occures.FAILED
e.printStackTrace( log );