offapi/com/sun/star/sheet/SheetCell.idl | 3 +++ 1 file changed, 3 insertions(+)
New commits: commit 97507ca728376e74c1092f8eccf431bd49cd4368 Author: Tsutomu Uchino <[email protected]> Date: Wed Jan 14 15:17:21 2015 +0000 Related: #i20542# add description about getTextFieldMasters... always returning void on this service (cherry picked from commit 938544d04f9802036400a533da8cc818db02bdad) Change-Id: I2d6217f0c8e1eb9631a6549f4ff1a46644431cc1 diff --git a/offapi/com/sun/star/sheet/SheetCell.idl b/offapi/com/sun/star/sheet/SheetCell.idl index 17c5c91..77411c4 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; _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
