[Libreoffice-commits] core.git: qadevOOo/runner
Samuel Mehrbrodt
Samuel.Mehrbrodt at cib.de
Fri Sep 23 10:35:00 UTC 2016
qadevOOo/runner/util/DesktopTools.java | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 6de79e3a10eb2ad72e70c79ebacf6f14cb64cf7f
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
Date: Fri Sep 23 09:07:33 2016 +0200
Remove nonsense comments
Change-Id: Iad1091f3c4363940e956219e1723e159c35ea280
Reviewed-on: https://gerrit.libreoffice.org/29220
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
diff --git a/qadevOOo/runner/util/DesktopTools.java b/qadevOOo/runner/util/DesktopTools.java
index 9765d75..0c32d27 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
More information about the Libreoffice-commits
mailing list