summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/text/SizeType.idl
diff options
context:
space:
mode:
authorAurimas FiĊĦeras <aurimas@gmail.com>2011-01-25 20:17:43 +0200
committerMichael Meeks <michael.meeks@novell.com>2011-01-28 12:14:19 +0000
commit207456b80e022608e6ee63e324de9367bf9f9d70 (patch)
tree14d19312e1585c38a9fd62e62cb4eaec0cefdf7f /offapi/com/sun/star/text/SizeType.idl
parentAdd a function table entry for the dynamically generated trampoline (diff)
downloadcore-207456b80e022608e6ee63e324de9367bf9f9d70.tar.gz
core-207456b80e022608e6ee63e324de9367bf9f9d70.zip
Some fixes to documentation (part 4)
Fixes many spelling errors (checked with en_US spell checker). Unifies spelling of some common words. Replaces single quotes ('') with double quotes (""). Fixes several other errors.
Diffstat (limited to 'offapi/com/sun/star/text/SizeType.idl')
-rw-r--r--offapi/com/sun/star/text/SizeType.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/text/SizeType.idl b/offapi/com/sun/star/text/SizeType.idl
index 879e75b11523..b4032e8db272 100644
--- a/offapi/com/sun/star/text/SizeType.idl
+++ b/offapi/com/sun/star/text/SizeType.idl
@@ -46,13 +46,13 @@
published constants SizeType
{
//-------------------------------------------------------------------------
- // The height of the object is determind by the content only.
+ // The height of the object is determined by the content only.
// DocMerge: empty anyway
const short VARIABLE = 0;
//-------------------------------------------------------------------------
- // The height property determins the height of the object.
+ // The height property determines the height of the object.
// DocMerge: empty anyway
const short FIX = 1;