summaryrefslogtreecommitdiff
path: root/oovbaapi
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi')
-rw-r--r--oovbaapi/ooo/vba/msforms/XControl.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/oovbaapi/ooo/vba/msforms/XControl.idl b/oovbaapi/ooo/vba/msforms/XControl.idl
index 774e08dfe0d3..5ff8d536f1a4 100644
--- a/oovbaapi/ooo/vba/msforms/XControl.idl
+++ b/oovbaapi/ooo/vba/msforms/XControl.idl
@@ -40,7 +40,7 @@ interface XControl
[attribute] boolean Enabled;
[attribute] boolean Visible;
[attribute] long MousePointer;
- //Size. there are some defferent between Mso and OOo.
+ //Size. there are some different between Mso and OOo.
//Mso use double but OOo use long. OOo 1 = 1/100mm but Mso use pt.
//in Dialogs Mso uses pixels
[attribute] double Height;