summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_xmloff/Impress
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-08-21 08:35:58 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-08-28 16:15:42 +0200
commit2caf5d19376f211bce78c9ecf040fa686201befc (patch)
tree3f6cc30fce207a1977871ebb2d4f61a2daa3704e /qadevOOo/tests/java/mod/_xmloff/Impress
parente09953e84ac69348cedb6d1324ad40a7c86dcac5 (diff)
Java cleanup - remove unnecessary semi-colons
Change-Id: I20a79d3d8f71dc48fc2662563f9c890dd3d94aac
Diffstat (limited to 'qadevOOo/tests/java/mod/_xmloff/Impress')
-rw-r--r--qadevOOo/tests/java/mod/_xmloff/Impress/XMLContentExporter.java2
-rw-r--r--qadevOOo/tests/java/mod/_xmloff/Impress/XMLContentImporter.java2
-rw-r--r--qadevOOo/tests/java/mod/_xmloff/Impress/XMLExporter.java2
-rw-r--r--qadevOOo/tests/java/mod/_xmloff/Impress/XMLImporter.java2
-rw-r--r--qadevOOo/tests/java/mod/_xmloff/Impress/XMLMetaExporter.java2
-rw-r--r--qadevOOo/tests/java/mod/_xmloff/Impress/XMLMetaImporter.java2
-rw-r--r--qadevOOo/tests/java/mod/_xmloff/Impress/XMLSettingsExporter.java2
-rw-r--r--qadevOOo/tests/java/mod/_xmloff/Impress/XMLSettingsImporter.java2
-rw-r--r--qadevOOo/tests/java/mod/_xmloff/Impress/XMLStylesExporter.java2
-rw-r--r--qadevOOo/tests/java/mod/_xmloff/Impress/XMLStylesImporter.java2
10 files changed, 10 insertions, 10 deletions
diff --git a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLContentExporter.java b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLContentExporter.java
index 56cb9d95af78..7fecbdae59fd 100644
--- a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLContentExporter.java
+++ b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLContentExporter.java
@@ -75,7 +75,7 @@ public class XMLContentExporter extends TestCase {
try {
log.println( "creating an impress document" );
- xImpressDoc = SOF.createImpressDoc(null);;
+ xImpressDoc = SOF.createImpressDoc(null);
} catch ( Exception e ) {
// Some exception occures.FAILED
e.printStackTrace( log );
diff --git a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLContentImporter.java b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLContentImporter.java
index 8989623c8229..1e5210b6b5d5 100644
--- a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLContentImporter.java
+++ b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLContentImporter.java
@@ -72,7 +72,7 @@ public class XMLContentImporter extends TestCase {
try {
log.println( "creating an impress document" );
- xImpressDoc = SOF.createImpressDoc(null);;
+ xImpressDoc = SOF.createImpressDoc(null);
} catch ( Exception e ) {
// Some exception occures.FAILED
e.printStackTrace( log );
diff --git a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLExporter.java b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLExporter.java
index eac90e92e370..f30a7eac1d3e 100644
--- a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLExporter.java
+++ b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLExporter.java
@@ -76,7 +76,7 @@ public class XMLExporter extends TestCase {
try {
log.println( "creating an impress document" );
- xImpressDoc = SOF.createImpressDoc(null);;
+ xImpressDoc = SOF.createImpressDoc(null);
} catch ( Exception e ) {
// Some exception occures.FAILED
e.printStackTrace( log );
diff --git a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLImporter.java b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLImporter.java
index 115ed47238b0..0acb8e2db867 100644
--- a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLImporter.java
+++ b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLImporter.java
@@ -72,7 +72,7 @@ public class XMLImporter extends TestCase {
try {
log.println( "creating an impress document" );
- xImpressDoc = SOF.createImpressDoc(null);;
+ xImpressDoc = SOF.createImpressDoc(null);
} catch ( Exception e ) {
// Some exception occures.FAILED
e.printStackTrace( log );
diff --git a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLMetaExporter.java b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLMetaExporter.java
index 2829fdfee796..1ab04a13492c 100644
--- a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLMetaExporter.java
+++ b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLMetaExporter.java
@@ -74,7 +74,7 @@ public class XMLMetaExporter extends TestCase {
try {
log.println( "creating an impress document" );
- xImpressDoc = SOF.createImpressDoc(null);;
+ xImpressDoc = SOF.createImpressDoc(null);
} catch ( Exception e ) {
// Some exception occures.FAILED
e.printStackTrace( log );
diff --git a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLMetaImporter.java b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLMetaImporter.java
index 4c725fab6164..b504d262572a 100644
--- a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLMetaImporter.java
+++ b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLMetaImporter.java
@@ -71,7 +71,7 @@ public class XMLMetaImporter extends TestCase {
try {
log.println( "creating an impress document" );
- xImpressDoc = SOF.createImpressDoc(null);;
+ xImpressDoc = SOF.createImpressDoc(null);
} catch ( Exception e ) {
// Some exception occures.FAILED
e.printStackTrace( log );
diff --git a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLSettingsExporter.java b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLSettingsExporter.java
index 424460e5398e..393166a24069 100644
--- a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLSettingsExporter.java
+++ b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLSettingsExporter.java
@@ -73,7 +73,7 @@ public class XMLSettingsExporter extends TestCase {
try {
log.println( "creating an impress document" );
- xImpressDoc = SOF.createImpressDoc(null);;
+ xImpressDoc = SOF.createImpressDoc(null);
} catch ( Exception e ) {
// Some exception occures.FAILED
e.printStackTrace( log );
diff --git a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLSettingsImporter.java b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLSettingsImporter.java
index 75b306624f92..283dd68029f1 100644
--- a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLSettingsImporter.java
+++ b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLSettingsImporter.java
@@ -73,7 +73,7 @@ public class XMLSettingsImporter extends TestCase {
try {
log.println( "creating an impress document" );
- xImpressDoc = SOF.createImpressDoc(null);;
+ xImpressDoc = SOF.createImpressDoc(null);
} catch ( Exception e ) {
// Some exception occures.FAILED
e.printStackTrace( log );
diff --git a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLStylesExporter.java b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLStylesExporter.java
index 8a11242abace..01f272db66c5 100644
--- a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLStylesExporter.java
+++ b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLStylesExporter.java
@@ -77,7 +77,7 @@ public class XMLStylesExporter extends TestCase {
try {
log.println( "creating an impress document" );
- xImpressDoc = SOF.createImpressDoc(null);;
+ xImpressDoc = SOF.createImpressDoc(null);
} catch ( Exception e ) {
// Some exception occures.FAILED
e.printStackTrace( log );
diff --git a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLStylesImporter.java b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLStylesImporter.java
index 5a4aa2ca795f..f8b77baa0729 100644
--- a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLStylesImporter.java
+++ b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLStylesImporter.java
@@ -72,7 +72,7 @@ public class XMLStylesImporter extends TestCase {
try {
log.println( "creating an impress document" );
- xImpressDoc = SOF.createImpressDoc(null);;
+ xImpressDoc = SOF.createImpressDoc(null);
} catch ( Exception e ) {
// Some exception occures.FAILED
e.printStackTrace( log );