summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo')
-rw-r--r--oovbaapi/ooo/vba/XCollectionBase.idl2
-rw-r--r--oovbaapi/ooo/vba/msforms/XControl.idl2
2 files changed, 2 insertions, 2 deletions
diff --git a/oovbaapi/ooo/vba/XCollectionBase.idl b/oovbaapi/ooo/vba/XCollectionBase.idl
index 7ca75bb70a8c..629cafa40ef8 100644
--- a/oovbaapi/ooo/vba/XCollectionBase.idl
+++ b/oovbaapi/ooo/vba/XCollectionBase.idl
@@ -39,7 +39,7 @@ module ooo { module vba {
The various VBA collection objects expect a specific number of arguments in
the "Item" method, therefore this method is not part of this base interface
- but has to be specified seperately in every derived interface.
+ but has to be specified separately in every derived interface.
*/
interface XCollectionBase
{
diff --git a/oovbaapi/ooo/vba/msforms/XControl.idl b/oovbaapi/ooo/vba/msforms/XControl.idl
index a0665b94512e..5fc0b77186cb 100644
--- a/oovbaapi/ooo/vba/msforms/XControl.idl
+++ b/oovbaapi/ooo/vba/msforms/XControl.idl
@@ -53,7 +53,7 @@ interface XControl
//in Dialogs Mso uses pixels
[attribute] double Height;
[attribute] double Width;
- //Postion
+ //Position
[attribute] double Left;
[attribute] double Top;
[attribute] string Name;