diff options
Diffstat (limited to 'offapi/com/sun/star/text/textfield/ReferencePageSet.idl')
-rw-r--r-- | offapi/com/sun/star/text/textfield/ReferencePageSet.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/text/textfield/ReferencePageSet.idl b/offapi/com/sun/star/text/textfield/ReferencePageSet.idl index 58d1542b8..602ce379a 100644 --- a/offapi/com/sun/star/text/textfield/ReferencePageSet.idl +++ b/offapi/com/sun/star/text/textfield/ReferencePageSet.idl @@ -42,10 +42,10 @@ module com { module sun { module star { module text { module textfield { published service ReferencePageSet { service com::sun::star::text::TextField; - /** determins an offset value to change the displayed value of a ReferencePageGet text field. + /** determines an offset value to change the displayed value of a ReferencePageGet text field. */ [property]short Offset; - /** determins whether the ReferencePageGet text fields are displayed or not. + /** determines whether the ReferencePageGet text fields are displayed or not. */ [property]boolean NameOn; |