[Libreoffice-commits] core.git: offapi/com
Samuel Mehrbrodt (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jul 10 11:58:51 UTC 2019
offapi/com/sun/star/ui/LayoutSize.idl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9f7f8f7373ffedd582c376cad8b65a765ae6eefc
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
AuthorDate: Wed Jul 10 11:19:26 2019 +0200
Commit: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
CommitDate: Wed Jul 10 13:58:10 2019 +0200
Fix description
Change-Id: I7ce978c65f20589c5e88875d077267581497e2de
Reviewed-on: https://gerrit.libreoffice.org/75341
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
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
More information about the Libreoffice-commits
mailing list