[Libreoffice-commits] core.git: Branch 'feature/sidebar' - offapi/com

Andre Fischer af at apache.org
Sat May 4 02:47:06 PDT 2013


 offapi/com/sun/star/ui/LayoutSize.idl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4497c8dd71735cb896198f613e13979930132700
Author: Andre Fischer <af at apache.org>
Date:   Thu Apr 11 12:10:36 2013 +0000

    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

diff --git a/offapi/com/sun/star/ui/LayoutSize.idl b/offapi/com/sun/star/ui/LayoutSize.idl
index 42d76ab..c3aa383 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


More information about the Libreoffice-commits mailing list