summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc/ScCellFormatsObj.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/ScCellFormatsObj.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScCellFormatsObj.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScCellFormatsObj.java b/qadevOOo/tests/java/mod/_sc/ScCellFormatsObj.java
index 37df8a1405f6..361160c271f4 100644
--- a/qadevOOo/tests/java/mod/_sc/ScCellFormatsObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScCellFormatsObj.java
@@ -64,7 +64,7 @@ public class ScCellFormatsObj extends TestCase {
try {
log.println( "creating a sheetdocument" );
- xSheetDoc = SOF.createCalcDoc(null);;
+ xSheetDoc = SOF.createCalcDoc(null);
} catch (com.sun.star.uno.Exception e) {
// Some exception occures.FAILED
e.printStackTrace( log );