summaryrefslogtreecommitdiff
path: root/touch/idl/org/libreoffice/touch/XDocument.idl
diff options
context:
space:
mode:
Diffstat (limited to 'touch/idl/org/libreoffice/touch/XDocument.idl')
-rw-r--r--touch/idl/org/libreoffice/touch/XDocument.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/touch/idl/org/libreoffice/touch/XDocument.idl b/touch/idl/org/libreoffice/touch/XDocument.idl
index bc3d563d8708..254970e7ee78 100644
--- a/touch/idl/org/libreoffice/touch/XDocument.idl
+++ b/touch/idl/org/libreoffice/touch/XDocument.idl
@@ -37,10 +37,10 @@ interface XDocument: com::sun::star::uno::XInterface
// on Android version and/or hardware? TBD. Will the same format be useful
// also for iOS? TBD.
- // buffer must have an exact number of bytes for a square number of
- // pixels, At the UNO level buffer is represented as the address of its
- // bytes, i.e. on Android it must be a "direct" ByteBuffer for that to be
- // meaningful.
+ // buffer must have an exact number of bytes for a square with each side a
+ // power-of-two number of pixels, At this API level buffer is represented
+ // as the address of its bytes as a 64-bit integer, i.e. on Android it
+ // must be a "direct" ByteBuffer for that to be meaningful.
// listener gets a "reasonable" number of callbacks during the rendering
// if it takes "significantly" long, and can inerrupt the rendering.