diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-29 17:56:02 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-09-30 07:03:18 +0000 |
commit | 9f6cb675b0b6e3946c191b919cd11d977e2e4e2e (patch) | |
tree | 7f270a4ec34a97c4f5722a33576e4b2e06aa16e7 /offapi | |
parent | 0e5318aa75b615b35a3d07172bdeb26eb5acfdd9 (diff) |
Fix typos
Change-Id: I013414cf10e25acd5216643855aaa230258a1b5f
Reviewed-on: https://gerrit.libreoffice.org/18962
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/sheet/DataBar.idl | 2 | ||||
-rw-r--r-- | offapi/type_reference/typelibrary_history.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sheet/DataBar.idl b/offapi/com/sun/star/sheet/DataBar.idl index 3803dba661d6..6fbccb9dc11b 100644 --- a/offapi/com/sun/star/sheet/DataBar.idl +++ b/offapi/com/sun/star/sheet/DataBar.idl @@ -41,7 +41,7 @@ service DataBar [property] sequence<XDataBarEntry> DataBarEntries; /** - * Mimimum databar length in percent of cell width. + * Minimum databar length in percent of cell width. * * Allowed values are [0, 100) but smaller than MaximumLength. */ diff --git a/offapi/type_reference/typelibrary_history.txt b/offapi/type_reference/typelibrary_history.txt index 793a3bc892ec..7e6d197d6582 100644 --- a/offapi/type_reference/typelibrary_history.txt +++ b/offapi/type_reference/typelibrary_history.txt @@ -80,7 +80,7 @@ directory. We need only one reference per source stand. I have also removed the types_doc.rdb because all type info is already in the normal types.rdb, even the service nad singleton type info. - In the same step i have updated the reference type library with the rdb of + In the same step I have updated the reference type library with the rdb of OOo2.0.1 and have patched the following singleton types to ensure that we need only one type library: - com.sun.star.script.browse.theBrowseNodeFactory |