summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt
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/awt
parentce36de949df2351ee81ab05d32093372b65e9831 (diff)
*api: convert <atom>
sed -i 's,<atom>\([^<]\+\)</atom>,`\1`,g' Change-Id: I530fe998b0c422e83c4324807d42700126bc9883
Diffstat (limited to 'offapi/com/sun/star/awt')
-rw-r--r--offapi/com/sun/star/awt/XImageConsumer.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/awt/XImageConsumer.idl b/offapi/com/sun/star/awt/XImageConsumer.idl
index ace8958ee63d..54b3a08d392c 100644
--- a/offapi/com/sun/star/awt/XImageConsumer.idl
+++ b/offapi/com/sun/star/awt/XImageConsumer.idl
@@ -54,7 +54,7 @@ published interface XImageConsumer: com::sun::star::uno::XInterface
[in] long AlphaMask );
- /** delivers a chunk of pixels as <atom>long</atom> values.
+ /** delivers a chunk of pixels as `long` values.
<p>The pixels of the image are delivered using one or more calls
to this method. Each call specifies the location and size of the
@@ -73,7 +73,7 @@ published interface XImageConsumer: com::sun::star::uno::XInterface
[in] long nScanSize );
- /** delivers a chunk of pixels as <atom>byte</atom> values.
+ /** delivers a chunk of pixels as `byte` values.
<p>The pixels of the image are delivered using one or more calls
to this method. Each call specifies the location and size of the