summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document
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 /offapi/com/sun/star/document
parentce36de949df2351ee81ab05d32093372b65e9831 (diff)
*api: convert <atom>
sed -i 's,<atom>\([^<]\+\)</atom>,`\1`,g' Change-Id: I530fe998b0c422e83c4324807d42700126bc9883
Diffstat (limited to 'offapi/com/sun/star/document')
-rw-r--r--offapi/com/sun/star/document/XDocumentProperties.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/document/XDocumentProperties.idl b/offapi/com/sun/star/document/XDocumentProperties.idl
index b0a8f4c32668..c6a53a4f6a70 100644
--- a/offapi/com/sun/star/document/XDocumentProperties.idl
+++ b/offapi/com/sun/star/document/XDocumentProperties.idl
@@ -132,7 +132,7 @@ published interface XDocumentProperties
/** contains the name of the template from which the document was created.
<p>
- The value is an empty <atom>string</atom> if the document was not
+ The value is an empty `string` if the document was not
created from a template or if it was detached from the template.
</p>
*/
@@ -141,7 +141,7 @@ published interface XDocumentProperties
/** contains the URL of the template from which the document was created.
<p>
- The value is an empty <atom>string</atom> if the document was not
+ The value is an empty `string` if the document was not
created from a template or if it was detached from the template.
</p>
*/
@@ -160,7 +160,7 @@ published interface XDocumentProperties
An empty URL is valid and describes a case where the document shall be
reloaded from its original location after some time described by the
attribute #AutoloadSecs.
- An empty <atom>string</atom> together with an
+ An empty `string` together with an
#AutoloadSecs value of 0
describes a case where no autoload is specified.
</p>
@@ -175,7 +175,7 @@ published interface XDocumentProperties
frame.
<p>
A value of 0 is valid and describes a redirection.
- A value of 0 together with an empty <atom>string</atom> as
+ A value of 0 together with an empty `string` as
#AutoloadURL
describes a case where no autoload is specified.
</p>