[Libreoffice-commits] core.git: basic/source

Eike Rathke erack at redhat.com
Fri Oct 27 17:02:42 UTC 2017


 basic/source/sbx/sbxdec.cxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit ab7b10d6c37af426c782e8cb46563bc206e5881c
Author: Eike Rathke <erack at redhat.com>
Date:   Fri Oct 27 19:01:52 2017 +0200

    Fix build of Windows-only code, tdf#81671 follow-up
    
    Change-Id: I68a468857c529e8cab80d4453832dc9f4b3657d8

diff --git a/basic/source/sbx/sbxdec.cxx b/basic/source/sbx/sbxdec.cxx
index 8356d36cab77..7896811dec25 100644
--- a/basic/source/sbx/sbxdec.cxx
+++ b/basic/source/sbx/sbxdec.cxx
@@ -354,7 +354,8 @@ void SbxDecimal::getString( OUString& rString )
         // Convert delimiter
         sal_Unicode cDecimalSep;
         sal_Unicode cThousandSep;
-        ImpGetIntntlSep( cDecimalSep, cThousandSep );
+        sal_Unicode cDecimalSepAlt;
+        ImpGetIntntlSep( cDecimalSep, cThousandSep, cDecimalSepAlt );
 
         if( cDecimalSep != '.' || cThousandSep != ',' )
         {


More information about the Libreoffice-commits mailing list