summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/util/utils.java
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-07-02 13:58:06 +0200
committerCaolán McNamara <caolanm@redhat.com>2012-08-20 12:55:13 +0100
commit38d0e9014bb36f2777841da9497a684017c676f8 (patch)
treed5da42225dff867be696b217b06902d63d04cbd6 /qadevOOo/runner/util/utils.java
parentbf542dfdba7ec0996bf3a635ea87aeff176d0dc0 (diff)
Java update - clean up some more @see and @link tags
Change-Id: Ib6f3af37906583af376687962b758d348431585f
Diffstat (limited to 'qadevOOo/runner/util/utils.java')
-rw-r--r--qadevOOo/runner/util/utils.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/util/utils.java b/qadevOOo/runner/util/utils.java
index 78019ae01947..4654014f327e 100644
--- a/qadevOOo/runner/util/utils.java
+++ b/qadevOOo/runner/util/utils.java
@@ -889,7 +889,7 @@ public class utils {
* @param expand the string to expand
* @throws java.lang.Exception was thrown on any exception
* @return return the expanded string
- * @see com.sun.star.util.theMacroExpander
+ * @see com.sun.star.util.XMacroExpander
*/
public static String expandMacro(XMultiServiceFactory xMSF, String expand) throws java.lang.Exception {
try {