diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-09-23 09:07:33 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-09-23 10:32:35 +0000 |
commit | 6de79e3a10eb2ad72e70c79ebacf6f14cb64cf7f (patch) | |
tree | 453744afe5b228d64edc6365009623059c0eebce /qadevOOo/runner/util | |
parent | 9d0571a2761cab230aa7447ba7a4ce3c3ab48079 (diff) |
Remove nonsense comments
Change-Id: Iad1091f3c4363940e956219e1723e159c35ea280
Reviewed-on: https://gerrit.libreoffice.org/29220
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'qadevOOo/runner/util')
-rw-r--r-- | qadevOOo/runner/util/DesktopTools.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/runner/util/DesktopTools.java b/qadevOOo/runner/util/DesktopTools.java index 9765d759a8f1..0c32d27e29dc 100644 --- a/qadevOOo/runner/util/DesktopTools.java +++ b/qadevOOo/runner/util/DesktopTools.java @@ -65,7 +65,7 @@ public class DesktopTools XComponentLoader.class, oDesktop); return oCLoader; - } // finish getCLoader + } /** * Creates an Instance of the Desktop service @@ -87,7 +87,7 @@ public class DesktopTools } return oInterface; - } //finish createDesktop + } /** * returns a XEnumeration containing all components containing on the desktop @@ -234,7 +234,7 @@ public class DesktopTools } return oDoc; - } //finish openNewDoc + } /** * loads a document of from a given url @@ -263,7 +263,7 @@ public class DesktopTools bringWindowToFront(oDoc); return oDoc; - } //finish openNewDoc + } /** * closes a given document |