diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 19:41:12 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-26 05:59:24 -0600 |
commit | faabee67550fb8eaebe5f58e224508de81d2c641 (patch) | |
tree | 102b91054825b5ff7af4f72905322d39de84f97d /qadevOOo/runner/helper/URLHelper.java | |
parent | e90c27f5e180f58997026c69aa746498aa995823 (diff) |
Remove visual noise from qadevOOo
Change-Id: I3d65145422039d629d2375c9fef030cd6ee41124
Reviewed-on: https://gerrit.libreoffice.org/8291
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'qadevOOo/runner/helper/URLHelper.java')
-rw-r--r-- | qadevOOo/runner/helper/URLHelper.java | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/qadevOOo/runner/helper/URLHelper.java b/qadevOOo/runner/helper/URLHelper.java index d4504f81359b..58a481b3f421 100644 --- a/qadevOOo/runner/helper/URLHelper.java +++ b/qadevOOo/runner/helper/URLHelper.java @@ -38,7 +38,7 @@ import com.sun.star.util.XURLTransformer; */ public class URLHelper { - // ____________________ + /** * Because the office need URLs for loading/saving documents @@ -79,7 +79,7 @@ public class URLHelper return sFileURL; } - // ____________________ + /** * The same as getFileURLFromSystemPath() before but uses string parameter instead @@ -98,7 +98,7 @@ public class URLHelper return getFileURLFromSystemPath(new File(sSystemPath)); } - // ____________________ + /** * Does the same as getFileURLFromSystemPath() before ... but uses @@ -144,7 +144,7 @@ public class URLHelper return sURL; } - // ____________________ + /** * The same as getURLWithProtocolFromSystemPath() before but uses string parameter instead @@ -177,7 +177,7 @@ public class URLHelper return getURLWithProtocolFromSystemPath(new File(sSystemPath), new File(sBasePath), sServerPath); } - // ____________________ + /** * This convert an URL (formated as a string) to a struct com.sun.star.util.URL. @@ -225,7 +225,7 @@ public class URLHelper return aURL; } - //_________________________________ + /** * Return a name list of all available files of a directory. * We filter pure sub directories names. All other files |