diff options
-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; |