diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2018-10-30 11:17:49 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2018-10-30 21:09:06 +0100 |
commit | 8f8e280f06a37be4e51137b30240ee23e5cb0c8c (patch) | |
tree | a81fb3e4c0036f7554550b2a250e2df7ce514bd5 | |
parent | 612e8f05d72b96c86122396ffc960cd76a742325 (diff) |
XAccessibleText: Add reference to CharacterProperties
Change-Id: I367e0a38ca44b6577e79c1cf2c447a85582ce1e3
Reviewed-on: https://gerrit.libreoffice.org/62632
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-rw-r--r-- | offapi/com/sun/star/accessibility/XAccessibleText.idl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/offapi/com/sun/star/accessibility/XAccessibleText.idl b/offapi/com/sun/star/accessibility/XAccessibleText.idl index c99a58682ee2..f5a3efc9de4d 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleText.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleText.idl @@ -163,6 +163,8 @@ interface XAccessibleText : ::com::sun::star::uno::XInterface @throws ::com::sun::star::lang::IndexOutOfBoundsException if the index is invalid + + @see CharacterProperties */ sequence<::com::sun::star::beans::PropertyValue> getCharacterAttributes ( |