summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/inspection/XStringRepresentation.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/inspection/XStringRepresentation.idl')
-rw-r--r--offapi/com/sun/star/inspection/XStringRepresentation.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/inspection/XStringRepresentation.idl b/offapi/com/sun/star/inspection/XStringRepresentation.idl
index 8191978dc898..9a0cde4d794d 100644
--- a/offapi/com/sun/star/inspection/XStringRepresentation.idl
+++ b/offapi/com/sun/star/inspection/XStringRepresentation.idl
@@ -34,7 +34,7 @@ interface XStringRepresentation
The to-be-converted property value.
@return
The converted string representation of the property value.
- @see <member>XPropertyHandler::convertToControlValue</member>
+ @see XPropertyHandler::convertToControlValue()
*/
string convertToControlValue([in]any PropertyValue) raises( com::sun::star::uno::Exception );
@@ -43,7 +43,7 @@ interface XStringRepresentation
The to-be-converted control value.
@param ControlValueType
The target type of the conversion.
- @see <member>XPropertyHandler::convertToPropertyValue</member>
+ @see XPropertyHandler::convertToPropertyValue()
*/
any convertToPropertyValue(
[in]string ControlValue,