User: vg      
Date: 05/02/17 03:09:37

Modified:
 /dba/dbaccess/source/ui/tabledesign/
  TEditControl.cxx

Log:
 INTEGRATION: CWS dba23 (1.40.8); FILE MERGED
 2005/01/14 14:47:16 oj 1.40.8.1: #i40170# #i40171# change sal_uInt32 in ULONG

File Changes:

Directory: /dba/dbaccess/source/ui/tabledesign/
===============================================

File [changed]: TEditControl.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/tabledesign/TEditControl.cxx?r1=1.40&r2=1.41
Delta lines:  +2 -2
-------------------
--- TEditControl.cxx    5 Jan 2005 12:37:31 -0000       1.40
+++ TEditControl.cxx    17 Feb 2005 11:09:34 -0000      1.41
@@ -190,7 +190,7 @@
 
 //==================================================================
 //------------------------------------------------------------------
-OTableEditorCtrl::ClipboardInvalidator::ClipboardInvalidator(sal_uInt32 
nTimeout,OTableEditorCtrl* _pOwner)
+OTableEditorCtrl::ClipboardInvalidator::ClipboardInvalidator(ULONG 
nTimeout,OTableEditorCtrl* _pOwner)
 : m_pOwner(_pOwner)
 {
        m_aInvalidateTimer.SetTimeout(nTimeout);
@@ -1309,7 +1309,7 @@
 }
 
 
//------------------------------------------------------------------------------
-sal_uInt32 OTableEditorCtrl::GetTotalCellWidth(long nRow, sal_uInt16 nColId)
+ULONG OTableEditorCtrl::GetTotalCellWidth(long nRow, sal_uInt16 nColId)
 {
        DBG_CHKTHIS(OTableEditorCtrl,NULL);
        return GetTextWidth(GetCellText(nRow, nColId)) + 2 * GetTextWidth('0');




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to