diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-05-25 19:28:59 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-05-25 22:52:01 +0200 |
commit | 66fb3ca7cd77c00eac79d8003aef57d78c1d357f (patch) | |
tree | b252f2c53fee59ebb64a5549dec9aeacb69e2d08 | |
parent | 20dbfaedc0147e6276f4b41cf9b4fb6af2ee71f0 (diff) |
Fix typo
Change-Id: I3ea1b57b9faf2feda61bf109b7e644a7129f0f2d
Reviewed-on: https://gerrit.libreoffice.org/72960
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | extensions/test/ole/callUnoToJava.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/test/ole/callUnoToJava.htm b/extensions/test/ole/callUnoToJava.htm index 3b9bf1b2f552..bb4194a56e19 100644 --- a/extensions/test/ole/callUnoToJava.htm +++ b/extensions/test/ole/callUnoToJava.htm @@ -515,7 +515,7 @@ as out parameter.<br> <button onclick='callOleTest( 14)'>short</Button> <button onclick='callOleTest( 15)'>long</Button> <br> -Other test with out parameters <br> +Other test without parameters <br> <button onclick='callOleTest( 30)'>outValuesMixed</Button> <button onclick='callOleTest( 31)'>outValuesAll</Button> <h1> in out parameter </h1> |