diff options
author | Andre Fischer <af@apache.org> | 2013-04-11 12:10:36 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-05-20 11:33:11 +0100 |
commit | f5db919d068ebde21f98aec8cd30816104b71530 (patch) | |
tree | 1e2d22b3db2f1c354a629bd9c3d1b90a9a9f3057 /offapi | |
parent | 96331dc4d292cd28bab741ac3144868fa2111b89 (diff) |
Resolves: #i122030# Fixed bug in documentation that breaks autodoc processing
Found and patched by: Ariel Constenla-Haile
Review by: Andre Fischer
(cherry picked from commit 2784b2266ba8ce1dcd899a06626669dfd4dadde5)
Change-Id: I5fafe38f007a9a98b34e3fc99950bdb8e4c79278
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/ui/LayoutSize.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/ui/LayoutSize.idl b/offapi/com/sun/star/ui/LayoutSize.idl index 42d76ab7898a..c3aa383ca9ea 100644 --- a/offapi/com/sun/star/ui/LayoutSize.idl +++ b/offapi/com/sun/star/ui/LayoutSize.idl @@ -22,7 +22,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 |