summaryrefslogtreecommitdiff
path: root/oovbaapi
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-07-25 12:09:00 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-25 13:25:59 +0200
commitcc903aee9769df035ec42e66341b6f69a4771562 (patch)
tree2b2c9f073aa2287a6326b0121abda4dd450e424a /oovbaapi
parent376e27dd498d64212e570354a94c527b37d367b1 (diff)
fix some "deffer" spelling
Change-Id: I8fa9782242e92d754eaa131d424eb0a26f04a319 Reviewed-on: https://gerrit.libreoffice.org/40394 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
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;