diff options
author | Michael Stahl <mstahl@redhat.com> | 2017-01-27 11:48:15 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-01-27 11:51:05 +0100 |
commit | c971cfbe219ddc876e5ee2fd2129177ade8ed24e (patch) | |
tree | 24a78e7d1060137ceccabef8c47b6ea233613895 /offapi | |
parent | 85959fccad7392646675a515afd09aadaaa9ed17 (diff) |
offapi: FormulaProperties doc broken link
Change-Id: I45eb0f3259ec514864178b6725107e5ba0ea140e
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/formula/FormulaProperties.idl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/offapi/com/sun/star/formula/FormulaProperties.idl b/offapi/com/sun/star/formula/FormulaProperties.idl index 6717b83f5c08..e238abe8bd17 100644 --- a/offapi/com/sun/star/formula/FormulaProperties.idl +++ b/offapi/com/sun/star/formula/FormulaProperties.idl @@ -30,7 +30,8 @@ published service FormulaProperties { /** contains the alignment of the formula. - @see HorizontalAlignment + + @see com::sun::star::style::HorizontalAlignment */ [property] short Alignment; @@ -140,6 +141,9 @@ published service FormulaProperties [property] boolean IsScaleAllBrackets; /** switches into text mode. + + This is a mode where formulas are displayed the same height as + a line of text. */ [property] boolean IsTextMode; |