Tag: mws_oof680
User: rt      
Date: 2007/01/19 07:24:27

Modified:
   dba/dbaccess/source/ui/dlg/dlgsize.cxx

Log:
 INTEGRATION: CWS mfdouble_OOF680 (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.7.62.1
Delta lines:  +1 -1
-------------------
--- dlgsize.cxx 17 Sep 2006 07:09:31 -0000      1.7
+++ dlgsize.cxx 19 Jan 2007 15:24:24 -0000      1.7.62.1
@@ -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]

Reply via email to