diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-04-01 16:46:19 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-04-12 20:14:30 +0200 |
commit | b5a2dbdb7dbe4f9286dee7b451e06e7f82e9e787 (patch) | |
tree | 92887e05df3bd2c3c7b23127d2107d773212a3a9 /oovbaapi | |
parent | a65d69179ee0a2b8035746a8e4c8000770758974 (diff) |
Fix typos
Change-Id: Ie6ce882d5d39cdd24d0647b9fdddabafeee1d25f
Reviewed-on: https://gerrit.libreoffice.org/52277
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'oovbaapi')
-rw-r--r-- | oovbaapi/ooo/vba/excel/XLineObjects.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oovbaapi/ooo/vba/excel/XLineObjects.idl b/oovbaapi/ooo/vba/excel/XLineObjects.idl index a361beb0d2e4..031108cb624c 100644 --- a/oovbaapi/ooo/vba/excel/XLineObjects.idl +++ b/oovbaapi/ooo/vba/excel/XLineObjects.idl @@ -30,7 +30,7 @@ module ooo { module vba { module excel { <p>The following sheet symbols represent collections of line objects, and therefore implement this interface:</p> <ul><li>Arcs: arc objects, and</li> - <li>Lines: straight line ojects.</li></ul> + <li>Lines: straight line objects.</li></ul> <p>This symbol is now deprecated in VBA but kept for compatibility with old VBA scripts.</p> |