summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/XProgressHandler.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/XProgressHandler.idl')
-rw-r--r--offapi/com/sun/star/ucb/XProgressHandler.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/ucb/XProgressHandler.idl b/offapi/com/sun/star/ucb/XProgressHandler.idl
index 170a8670c65e..bfa4d5644f8c 100644
--- a/offapi/com/sun/star/ucb/XProgressHandler.idl
+++ b/offapi/com/sun/star/ucb/XProgressHandler.idl
@@ -37,11 +37,11 @@ published interface XProgressHandler: com::sun::star::uno::XInterface
be an agreement between caller and callee of methods
XProgressHandler::push() and
XProgressHandler::update() as to which Status
- arguments are meaningful. For example, a <atom>string</atom> argument
+ arguments are meaningful. For example, a `string` argument
to XProgressHandler::push() should be used to transport
some status text that describes the progress being made (possibly
followed by one or more XProgressHandler::update()s with
- <atom>string</atom> arguments, if the appropriate status text changes
+ `string` arguments, if the appropriate status text changes
as progress is being made).
*/
void push([in] any Status);