View | Details | Raw Unified | Return to issue 69898
Collapse All | Expand All

(-)svx/source/items/itemtype.cxx (-1 / +1 lines)
Lines 175-181 Link Here
175
            if(pIntl)
175
            if(pIntl)
176
                sRet += pIntl->getLocaleData()->getNumDecimalSep();
176
                sRet += pIntl->getLocaleData()->getNumDecimalSep();
177
            else
177
            else
178
                sRet += ','; 
178
                sRet += '.';//display wrong add by liutao china 060929 
179
			if( !nRet )
179
			if( !nRet )
180
			{
180
			{
181
				sRet += sal_Unicode('0');
181
				sRet += sal_Unicode('0');

Return to issue 69898