diff options
Diffstat (limited to 'qadevOOo/runner/util')
-rw-r--r-- | qadevOOo/runner/util/DesktopTools.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/runner/util/DesktopTools.java b/qadevOOo/runner/util/DesktopTools.java index 9765d759a8f1..0c32d27e29dc 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 |