From 9f7f8f7373ffedd582c376cad8b65a765ae6eefc Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Wed, 10 Jul 2019 11:19:26 +0200 Subject: Fix description Change-Id: I7ce978c65f20589c5e88875d077267581497e2de Reviewed-on: https://gerrit.libreoffice.org/75341 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt --- offapi/com/sun/star/ui/LayoutSize.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'offapi') diff --git a/offapi/com/sun/star/ui/LayoutSize.idl b/offapi/com/sun/star/ui/LayoutSize.idl index ee6f6a7d22b1..98fc05259625 100644 --- a/offapi/com/sun/star/ui/LayoutSize.idl +++ b/offapi/com/sun/star/ui/LayoutSize.idl @@ -23,7 +23,7 @@ module com { module sun { module star { module ui { /** Size used for layouting windows. It specifies a range of valid values and a preferred value. - The values must not violate the relation 0 <= Minimum <= Preferred <= Maximum. + The values must not violate the relation 0 ≤ Minimum ≤ Preferred ≤ Maximum. @param Minimum Zero or positive. The value itself is included in the valid -- cgit