summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/script
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/script')
-rw-r--r--udkapi/com/sun/star/script/XDefaultMethod.idl2
-rw-r--r--udkapi/com/sun/star/script/XDefaultProperty.idl2
-rw-r--r--udkapi/com/sun/star/script/XErrorQuery.idl2
3 files changed, 3 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/script/XDefaultMethod.idl b/udkapi/com/sun/star/script/XDefaultMethod.idl
index fe86064f10ed..e60e675750bf 100644
--- a/udkapi/com/sun/star/script/XDefaultMethod.idl
+++ b/udkapi/com/sun/star/script/XDefaultMethod.idl
@@ -40,7 +40,7 @@ interface XDefaultMethod : ::com::sun::star::uno::XInterface
Returns the name of the default method
@return
- The <atom>string</atom> name of default method
+ The `string` name of default method
*/
string getDefaultMethodName();
diff --git a/udkapi/com/sun/star/script/XDefaultProperty.idl b/udkapi/com/sun/star/script/XDefaultProperty.idl
index 2647d7d9389f..beb98210fe85 100644
--- a/udkapi/com/sun/star/script/XDefaultProperty.idl
+++ b/udkapi/com/sun/star/script/XDefaultProperty.idl
@@ -44,7 +44,7 @@ interface XDefaultProperty : ::com::sun::star::uno::XInterface
Returns the name of the default property
@return
- The <atom>string</atom> name of default property
+ The `string` name of default property
*/
string getDefaultPropertyName();
diff --git a/udkapi/com/sun/star/script/XErrorQuery.idl b/udkapi/com/sun/star/script/XErrorQuery.idl
index 5d36f48740ef..fe07c73c64eb 100644
--- a/udkapi/com/sun/star/script/XErrorQuery.idl
+++ b/udkapi/com/sun/star/script/XErrorQuery.idl
@@ -30,7 +30,7 @@ interface XErrorQuery : ::com::sun::star::uno::XInterface
Returns whether this object has an error
@return
- <atom>boolean</atom> indicating an error or not
+ `boolean` indicating an error or not
*/
boolean hasError();