From 04ac09d4726767cadaf418f6349b7003693827b4 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 24 Dec 2019 12:45:31 +0100 Subject: Fix grammar Change-Id: Ib66bb311002292dbed0a91452849d9192039c89c Reviewed-on: https://gerrit.libreoffice.org/85780 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- offapi/com/sun/star/rendering/CompositeOperation.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'offapi/com/sun') 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.

- 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: -- cgit