Tag: cws_src680_dba24 User: oj Date: 05/02/21 22:35:07 Modified: /dba/dbaccess/source/ui/tabledesign/ TEditControl.cxx
Log: RESYNC: (1.40-1.41); FILE MERGED 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.20.2&r2=1.40.20.3 Delta lines: +2 -2 ------------------- --- TEditControl.cxx 21 Feb 2005 09:13:58 -0000 1.40.20.2 +++ TEditControl.cxx 22 Feb 2005 06:35:04 -0000 1.40.20.3 @@ -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); @@ -1313,7 +1313,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]
