summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/UnoControlEditModel.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/UnoControlEditModel.idl')
-rw-r--r--offapi/com/sun/star/awt/UnoControlEditModel.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlEditModel.idl b/offapi/com/sun/star/awt/UnoControlEditModel.idl
index 056fba9030da..5471e7ff2816 100644
--- a/offapi/com/sun/star/awt/UnoControlEditModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlEditModel.idl
@@ -105,13 +105,13 @@ published service UnoControlEditModel
[property] com::sun::star::awt::FontDescriptor FontDescriptor;
- /** specifies the <type scope="com::sun::star::text">FontEmphasis</type>
+ /** specifies the com::sun::star::text::FontEmphasis
value of the text in the control.
*/
[property] short FontEmphasisMark;
- /** specifies the <type scope="com::sun::star::text">FontRelief</type>
+ /** specifies the com::sun::star::text::FontRelief
value of the text in the control.
*/
[property] short FontRelief;
@@ -220,7 +220,7 @@ published service UnoControlEditModel
[property] boolean VScroll;
/** denotes the writing mode used in the control, as specified in the
- <type scope="com::sun::star::text">WritingMode2</type> constants group.
+ com::sun::star::text::WritingMode2 constants group.
<p>Only <member scope="com::sun::star::text">WritingMode2::LR_TB</member> and
<member scope="com::sun::star::text">WritingMode2::RL_TB</member> are supported at the moment.</p>