diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-02-22 11:12:12 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-02-22 11:12:33 +0100 |
commit | 1443a9f7abce965d1ca3ccf0a8f92562ebf82c07 (patch) | |
tree | c753e7c1cd9ec33b2dbeaa9defafcdd1b3355b8a /qadevOOo/runner/util | |
parent | 45739fad0b1d55e72cc1ed508b8ea33a74219290 (diff) |
[Uu]sefull -> [Uu]seful
Change-Id: I5dad83789ff9b6815561208679a5e19821041e1f
Diffstat (limited to 'qadevOOo/runner/util')
-rw-r--r-- | qadevOOo/runner/util/CalcTools.java | 2 | ||||
-rw-r--r-- | qadevOOo/runner/util/utils.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/runner/util/CalcTools.java b/qadevOOo/runner/util/CalcTools.java index 22bd2258ca3c..936267469a04 100644 --- a/qadevOOo/runner/util/CalcTools.java +++ b/qadevOOo/runner/util/CalcTools.java @@ -34,7 +34,7 @@ import com.sun.star.uno.Type; import com.sun.star.uno.UnoRuntime; /** - * This class contains some usefull mathods to handle Calc documents + * This class contains some useful mathods to handle Calc documents * and its sheets. */ public class CalcTools { diff --git a/qadevOOo/runner/util/utils.java b/qadevOOo/runner/util/utils.java index 4654014f327e..2e27c6d42ca0 100644 --- a/qadevOOo/runner/util/utils.java +++ b/qadevOOo/runner/util/utils.java @@ -368,7 +368,7 @@ public class utils { /** * Gets StarOffice temp directory without 'file:///' prefix. - * For example is usefull for Registry URL specifying. + * For example is useful for Registry URL specifying. * @msf Office factory for accessing its settings. * @return SOffice temporary directory in form for example * 'd:/Office60/user/temp/'. |