diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-12-24 12:45:31 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-12-24 12:48:01 +0100 |
commit | 04ac09d4726767cadaf418f6349b7003693827b4 (patch) | |
tree | 658a0a776a3c6d8fe9344f201fd7d350ed38b0ce /offapi | |
parent | fc11bce4917aae7e8324f2c721ce50a88d231b0c (diff) |
Fix grammar
Change-Id: Ib66bb311002292dbed0a91452849d9192039c89c
Reviewed-on: https://gerrit.libreoffice.org/85780
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/rendering/CompositeOperation.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/rendering/CompositeOperation.idl b/offapi/com/sun/star/rendering/CompositeOperation.idl index fc5c6eba29b9..05e6e56e13a2 100644 --- a/offapi/com/sun/star/rendering/CompositeOperation.idl +++ b/offapi/com/sun/star/rendering/CompositeOperation.idl @@ -24,7 +24,7 @@ module com { module sun { module star { module rendering { /** These constants determine how the primitive color is combined with the background.<p> - When performing this calculations, it is assumed that all color + When performing these calculations, it is assumed that all color values are premultiplied with the corresponding alpha values (if no alpha is specified, 1.0 is assumed). Then, the following general compositing operation is performed: |