diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2017-03-19 18:19:41 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-19 18:50:33 +0000 |
commit | b5bef1f7d5edb68a7609c2d003955461bfa9c5aa (patch) | |
tree | 704e3a5851daf9c115886acc19aafa79f5badd17 /extensions | |
parent | 38e6da9f23a29d297701a35b213b7b38c4f67bda (diff) |
Typos
Change-Id: I13020539fe121151e884a90d72d47788fb3ae65c
Reviewed-on: https://gerrit.libreoffice.org/35436
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/propctrlr/formmetadata.cxx | 2 | ||||
-rw-r--r-- | extensions/test/ole/callUnoToJava.htm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/formmetadata.cxx b/extensions/source/propctrlr/formmetadata.cxx index fbde6278cf7e..f37604f2d78d 100644 --- a/extensions/source/propctrlr/formmetadata.cxx +++ b/extensions/source/propctrlr/formmetadata.cxx @@ -107,7 +107,7 @@ namespace pcr static OPropertyInfoImpl aPropertyInfos[] = { /* - DEF_INFO_?( propname and id, resoure id, pos, help id, flags ), + DEF_INFO_?( propname and id, resource id, pos, help id, flags ), */ DEF_INFO_3( NAME, NAME, 0, NAME, FORM_VISIBLE, DIALOG_VISIBLE, COMPOSEABLE ), DEF_INFO_2( TITLE, TITLE, 1, TITLE, FORM_VISIBLE, DIALOG_VISIBLE ), diff --git a/extensions/test/ole/callUnoToJava.htm b/extensions/test/ole/callUnoToJava.htm index df07e56ec378..fff21ad0ea28 100644 --- a/extensions/test/ole/callUnoToJava.htm +++ b/extensions/test/ole/callUnoToJava.htm @@ -522,7 +522,7 @@ Other test with out parameters <br> <button onclick='callOleTest( 100)'>interface</Button> <button onclick='callOleTest( 101)'>struct</Button> <button onclick='callOleTest( 102)'>enum</Button> -<button onclick='callOleTest( 103)'>seqence<any></Button> +<button onclick='callOleTest( 103)'>sequence<any></Button> <button onclick='callOleTest( 104)'>any</Button> <button onclick='callOleTest( 105)'>bool</Button> <button onclick='callOleTest( 106)'>char</Button> |