summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/TableValidation.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/TableValidation.idl')
-rw-r--r--offapi/com/sun/star/sheet/TableValidation.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/sheet/TableValidation.idl b/offapi/com/sun/star/sheet/TableValidation.idl
index 4e3c1b9a4066..6a2943f32e39 100644
--- a/offapi/com/sun/star/sheet/TableValidation.idl
+++ b/offapi/com/sun/star/sheet/TableValidation.idl
@@ -53,7 +53,7 @@ published service TableValidation
/** specifies the title of the window showing the input message.
<p>This is only used if TableValidation::ShowInputMessage
- is set to <TRUE/>.</p>
+ is set to `TRUE`.</p>
*/
[property] string InputTitle;
@@ -61,7 +61,7 @@ published service TableValidation
/** specifies the text of the input message.
<p>This is only used if TableValidation::ShowInputMessage
- is set to <TRUE/>.</p>
+ is set to `TRUE`.</p>
*/
[property] string InputMessage;
@@ -75,7 +75,7 @@ published service TableValidation
/** specifies the title of the window showing the error message.
<p>This is only used if TableValidation::ShowErrorMessage
- is set to <TRUE/>.</p>
+ is set to `TRUE`.</p>
*/
[property] string ErrorTitle;
@@ -83,7 +83,7 @@ published service TableValidation
/** specifies the text of the error message.
<p>This is only used if TableValidation::ShowErrorMessage
- is set to <TRUE/>.</p>
+ is set to `TRUE`.</p>
*/
[property] string ErrorMessage;
@@ -96,7 +96,7 @@ published service TableValidation
/** specifies the style of the error message.
<p>This is used only if TableValidation::ShowErrorMessage
- is set to <TRUE/>.</p>
+ is set to `TRUE`.</p>
*/
[property] com::sun::star::sheet::ValidationAlertStyle ErrorAlertStyle;