diff options
author | Tsutomu Uchino <hanya@apache.org> | 2015-01-14 15:17:21 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-01-14 16:46:16 +0000 |
commit | 97507ca728376e74c1092f8eccf431bd49cd4368 (patch) | |
tree | a14886b2c305ec63a8de9bd1613d37cd5c7ec20a /offapi | |
parent | 76e60eb2fecdad02a3349e5cffd269d10b21a0df (diff) |
Related: #i20542# add description about getTextFieldMasters...
always returning void on this service
(cherry picked from commit 938544d04f9802036400a533da8cc818db02bdad)
Change-Id: I2d6217f0c8e1eb9631a6549f4ff1a46644431cc1
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/sheet/SheetCell.idl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/offapi/com/sun/star/sheet/SheetCell.idl b/offapi/com/sun/star/sheet/SheetCell.idl index 17c5c917fbbf..77411c4b68f2 100644 --- a/offapi/com/sun/star/sheet/SheetCell.idl +++ b/offapi/com/sun/star/sheet/SheetCell.idl @@ -141,6 +141,9 @@ published service SheetCell /** provides access to the text fields used in this cell. + + <p>With com::sun::star::text::XTextFieldsSupplier::getTextFieldMasters + always returns void since the field master is not supported.</p> */ interface com::sun::star::text::XTextFieldsSupplier; |