summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/script
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-28 00:15:21 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:04 +0200
commitbe7f280ea7034a1cb1195a3d27b51d1b9626b905 (patch)
tree1d4201255666273daff789cf6e722cd9a87f06f8 /udkapi/com/sun/star/script
parentce36de949df2351ee81ab05d32093372b65e9831 (diff)
*api: convert <atom>
sed -i 's,<atom>\([^<]\+\)</atom>,`\1`,g' Change-Id: I530fe998b0c422e83c4324807d42700126bc9883
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();