User: obo Date: 2007/01/23 03:41:26 Modified: dba/dbaccess/source/ui/dlg/dlgsize.cxx
Log: INTEGRATION: CWS mfdouble (1.7.56); FILE MERGED 2006/12/19 17:29:41 pl 1.7.56.1: #i71046# increase precision of MetricField and friends File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: dlgsize.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/dlgsize.cxx?r1=1.7&r2=1.8 Delta lines: +1 -1 ------------------- --- dlgsize.cxx 17 Sep 2006 07:09:31 -0000 1.7 +++ dlgsize.cxx 23 Jan 2007 11:41:23 -0000 1.8 @@ -119,7 +119,7 @@ aMF_VALUE.Enable(!aCB_STANDARD.IsChecked()); if (aCB_STANDARD.IsChecked()) { - m_nPrevValue = aMF_VALUE.GetValue(FUNIT_CM); + m_nPrevValue = static_cast<sal_Int32>(aMF_VALUE.GetValue(FUNIT_CM)); // don't use getValue as this will use aCB_STANDARD.to determine if we're standard aMF_VALUE.SetEmptyFieldValue(); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
