diff options
author | Andre Fischer <af@apache.org> | 2013-04-11 12:10:36 +0000 |
---|---|---|
committer | Andre Fischer <af@apache.org> | 2013-04-11 12:10:36 +0000 |
commit | 2784b2266ba8ce1dcd899a06626669dfd4dadde5 (patch) | |
tree | 332295fc1bbb28a47f36a46846e29e8d335fa17e /offapi | |
parent | d179a612f5f9c01776ea52bfdcf27f1cb864f249 (diff) |
122030: Fixed bug in documentation that breaks autodoc processing.
Found and patched by: Ariel Constenla-Haile
Review by: Andre Fischer
Notes
Notes:
merged as: 4497c8dd71735cb896198f613e13979930132700
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 7c8fad8ac9ce..065a7d00c2f4 100644 --- a/offapi/com/sun/star/ui/LayoutSize.idl +++ b/offapi/com/sun/star/ui/LayoutSize.idl @@ -26,7 +26,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 |