diff options
Diffstat (limited to 'offapi/com/sun/star/text/textfield/JumpEdit.idl')
-rw-r--r-- | offapi/com/sun/star/text/textfield/JumpEdit.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/text/textfield/JumpEdit.idl b/offapi/com/sun/star/text/textfield/JumpEdit.idl index 5c385e5b4..77af6989f 100644 --- a/offapi/com/sun/star/text/textfield/JumpEdit.idl +++ b/offapi/com/sun/star/text/textfield/JumpEdit.idl @@ -41,13 +41,13 @@ module com { module sun { module star { module text { module textfield { published service JumpEdit { service com::sun::star::text::TextField; - /** determins a hint that is displayed at the user interface as tip. + /** determines a hint that is displayed at the user interface as tip. */ [property]string Hint; - /** determins the text of the place holder. + /** determines the text of the place holder. */ [property]string PlaceHolder; - /** determins the type of the place holder as described in + /** determines the type of the place holder as described in <type scope="com::sun::star::text">PlaceholderType</type>. */ [property]short PlaceHolderType; |