summaryrefslogtreecommitdiff
path: root/xmerge/source/xmerge/java/org/openoffice/xmerge/util/ActiveSyncDriver.java
diff options
context:
space:
mode:
Diffstat (limited to 'xmerge/source/xmerge/java/org/openoffice/xmerge/util/ActiveSyncDriver.java')
-rw-r--r--xmerge/source/xmerge/java/org/openoffice/xmerge/util/ActiveSyncDriver.java7
1 files changed, 3 insertions, 4 deletions
diff --git a/xmerge/source/xmerge/java/org/openoffice/xmerge/util/ActiveSyncDriver.java b/xmerge/source/xmerge/java/org/openoffice/xmerge/util/ActiveSyncDriver.java
index 7c543f19c1e5..e10702a7de67 100644
--- a/xmerge/source/xmerge/java/org/openoffice/xmerge/util/ActiveSyncDriver.java
+++ b/xmerge/source/xmerge/java/org/openoffice/xmerge/util/ActiveSyncDriver.java
@@ -47,8 +47,8 @@ public class ActiveSyncDriver {
}
}
-
- private boolean Convert(String srcMime, String dstMime, String srcFile, String dstFile) throws Exception {
+ private boolean Convert(String srcMime, String dstMime, String srcFile,
+ String dstFile) throws Exception {
/*
* The classpath passed in by XMergeSync.dll should contain all of the
* jar files, but at the least it will contain xmerge.jar, so strip off
@@ -73,7 +73,6 @@ public class ActiveSyncDriver {
return true;
}
-
/*
* The XMergeSync.dll should will have checked for the presence of the
* jars at the same location already.
@@ -136,4 +135,4 @@ public class ActiveSyncDriver {
return true;
}
-}
+} \ No newline at end of file