Author: hanya
Date: Wed Jan 14 15:17:21 2015
New Revision: 1651700
URL: http://svn.apache.org/r1651700
Log:
#i20542# add description about getTextFieldMasters returns always void on this
service
Modified:
openoffice/trunk/main/offapi/com/sun/star/sheet/SheetCell.idl
Modified: openoffice/trunk/main/offapi/com/sun/star/sheet/SheetCell.idl
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/sheet/SheetCell.idl?rev=1651700&r1=1651699&r2=1651700&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/sheet/SheetCell.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/sheet/SheetCell.idl Wed Jan 14
15:17:21 2015
@@ -226,6 +226,9 @@ published service SheetCell
//-------------------------------------------------------------------------
/** provides access to the text fields used in this cell.
+
+ <p><member
scope="com::sun::star::text">XTextFieldsSupplier::getTextFieldMasters</member>
+ returns always <void/> since the field master is not supported.</p>
*/
interface com::sun::star::text::XTextFieldsSupplier;