[ooo-build-commit] .: patches/dev300

Miklos Vajna vmiklos at kemper.freedesktop.org
Fri Jul 9 05:25:28 PDT 2010


 patches/dev300/border-types-dotted-dashed.diff |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c9bc1128cbae3e922115a1b815ec469001232929
Author: Miklos Vajna <vmiklos at frugalware.org>
Date:   Fri Jul 9 14:11:37 2010 +0200

    RTF: fix typo so that hairline table borders gets exported
    
    * patches/dev300/border-types-dotted-dashed.diff: Add missing 'else'

diff --git a/patches/dev300/border-types-dotted-dashed.diff b/patches/dev300/border-types-dotted-dashed.diff
index ce3ac9e..05a5c54 100644
--- a/patches/dev300/border-types-dotted-dashed.diff
+++ b/patches/dev300/border-types-dotted-dashed.diff
@@ -3105,7 +3105,7 @@ index 4e6ac23..ae65c43 100644
 +        if ( DEF_LINE_WIDTH_0 == pLine->GetOutWidth( ) )
 +            // Hairline
 +            sLineStr = OOO_STRING_SVTOOLS_RTF_BRDRHAIR;
-+        if( 255 >= pLine->GetOutWidth() )
++        else if( 255 >= pLine->GetOutWidth() )
 +        {
 +            // Simple width simple
 +            sLineStr = OOO_STRING_SVTOOLS_RTF_BRDRS;


More information about the ooo-build-commit mailing list