qadevOOo/runner/util/DesktopTools.java | 5 ----- 1 file changed, 5 deletions(-)
New commits: commit eb00cb1ba8bbee3c65b7bc0eff9a16e8debbf2d2 Author: Samuel Mehrbrodt <[email protected]> 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 <[email protected]> Tested-by: Samuel Mehrbrodt <[email protected]> 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>(); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
