[Libreoffice-commits] core.git: qadevOOo/runner

Samuel Mehrbrodt Samuel.Mehrbrodt at cib.de
Fri Sep 23 10:37:28 UTC 2016


 qadevOOo/runner/util/DesktopTools.java |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit eb00cb1ba8bbee3c65b7bc0eff9a16e8debbf2d2
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
Date:   Fri Sep 23 09:36:06 2016 +0200

    Remove duplicate comment
    
    Change-Id: I78d207a4be9eeb9ddf1782ed2488c928d9d1744a
    Reviewed-on: https://gerrit.libreoffice.org/29222
    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 0c32d27..3bc95dc 100644
--- a/qadevOOo/runner/util/DesktopTools.java
+++ b/qadevOOo/runner/util/DesktopTools.java
@@ -120,11 +120,6 @@ public class DesktopTools
      * @param xMSF the MultiServiceFactory
      * @return returns an Array of document kinds like ["swriter"]
      */
-    /**
-     * returns an array of all open documents
-     * @param xMSF the XMultiSerivceFactory
-     * @return returns an array of all open documents
-     */
     public static Object[] getAllOpenDocuments(XMultiServiceFactory xMSF)
     {
         ArrayList<XComponent> components = new ArrayList<XComponent>();


More information about the Libreoffice-commits mailing list