summaryrefslogtreecommitdiff
path: root/oovbaapi
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi')
-rw-r--r--oovbaapi/ooo/vba/XExecutableDialog.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/oovbaapi/ooo/vba/XExecutableDialog.idl b/oovbaapi/ooo/vba/XExecutableDialog.idl
index a4a93e55397e..6a6e5c77c0dd 100644
--- a/oovbaapi/ooo/vba/XExecutableDialog.idl
+++ b/oovbaapi/ooo/vba/XExecutableDialog.idl
@@ -34,7 +34,7 @@ interface XExecutableDialog
@return
The return value is dependent on the calling context. Usually, on
- cancelling the dialog the implementation will return <FALSE/>,
+ cancelling the dialog the implementation will return `FALSE`,
otherwise the return value will contain the expected result.
*/
any execute();