summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/inspection/PropertyControlType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/inspection/PropertyControlType.idl')
-rw-r--r--offapi/com/sun/star/inspection/PropertyControlType.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/inspection/PropertyControlType.idl b/offapi/com/sun/star/inspection/PropertyControlType.idl
index de6ac8bb3d50..4fbcd844465b 100644
--- a/offapi/com/sun/star/inspection/PropertyControlType.idl
+++ b/offapi/com/sun/star/inspection/PropertyControlType.idl
@@ -84,7 +84,7 @@ constants PropertyControlType
/** denotes a control which allows the user to choose from a list of colors.
<p>Controls of type <member>ColorListBox</member> usually exchange their values as
- <type scope="com::sun::star::util">Color</type>.</p>
+ com::sun::star::util::Color.</p>
<p>Additionally, those controls support the XStringListControl interface. If you use
this interface to add additional entries to the list box, which have no color associated with it,
@@ -106,19 +106,19 @@ constants PropertyControlType
/** denotes a control which allows the user to enter a date value
- <p>Controls of type <member>DateField</member> exchange their values as <type scope="com::sun::star::util">Date</type>.</p>
+ <p>Controls of type <member>DateField</member> exchange their values as com::sun::star::util::Date.</p>
*/
const short DateField = 9;
/** denotes a control which allows the user to enter a time value
- <p>Controls of type <member>TimeField</member> exchange their values as <type scope="com::sun::star::util">Time</type>.</p>
+ <p>Controls of type <member>TimeField</member> exchange their values as com::sun::star::util::Time.</p>
*/
const short TimeField = 10;
/** denotes a control which allows the user to enter a combined date/time value
- <p>Controls of type <member>DateTimeField</member> exchange their values as <type scope="com::sun::star::util">DateTime</type>.</p>
+ <p>Controls of type <member>DateTimeField</member> exchange their values as com::sun::star::util::DateTime.</p>
*/
const short DateTimeField = 11;