summaryrefslogtreecommitdiff
path: root/qadevOOo/runner
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner')
-rw-r--r--qadevOOo/runner/util/DesktopTools.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/qadevOOo/runner/util/DesktopTools.java b/qadevOOo/runner/util/DesktopTools.java
index 0c32d27e29dc..3bc95dca2189 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>();