svl/source/numbers/zformat.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f23c637fdef9819434c5d33d3d9421fe8fc0ffc2
Author: Eike Rathke <er...@redhat.com>
Date:   Mon Aug 15 17:03:16 2016 +0200

    properly move bLCIDInserted=true into the condition
    
    Change-Id: Iaad1b3cb2ee4e7dd293af00eb738cfd66c8b94d6

diff --git a/svl/source/numbers/zformat.cxx b/svl/source/numbers/zformat.cxx
index 751fa75..a317547 100644
--- a/svl/source/numbers/zformat.cxx
+++ b/svl/source/numbers/zformat.cxx
@@ -4809,8 +4809,8 @@ OUString SvNumberformat::GetMappedFormatstring( const 
NfKeywordTable& rKeywords,
                                 aStr.insert( 0, "[$-107041E]" ); // date in 
Arabic digit, Buddhist era
                             }
                             j = j+2;
+                            bLCIDInserted = true;
                         }
-                        bLCIDInserted = true;
                         break;
                     default:
                         aStr.append( pStr[j] );
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to