summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/util/DesktopTools.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/util/DesktopTools.java')
-rw-r--r--qadevOOo/runner/util/DesktopTools.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/runner/util/DesktopTools.java b/qadevOOo/runner/util/DesktopTools.java
index 3384a8b83423..5574cd710a10 100644
--- a/qadevOOo/runner/util/DesktopTools.java
+++ b/qadevOOo/runner/util/DesktopTools.java
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -61,7 +61,7 @@ public class DesktopTools
/**
* Queries the XComponentLoader
- *
+ *
* @param xMSF the MultiServiceFactory
* @return the gained XComponentLoader
*/
@@ -78,7 +78,7 @@ public class DesktopTools
/**
* Creates an Instance of the Desktop service
- *
+ *
* @param xMSF the MultiServiceFactory
* @return the gained Object
*/
@@ -485,7 +485,7 @@ public class DesktopTools
bringWindowToFront(xModel);
}
- /**
+ /**
* This function brings a document to the front.<P>
* NOTE: it is not possible to change the window order of your Window-Manager!!
* Only the order of Office documents are changeable.