Tag: cws_src680_dba30 User: oj Date: 06/04/19 23:53:21 Modified: /dba/dbaccess/source/ui/tabledesign/ TEditControl.cxx
Log: RESYNC: (1.46-1.49); 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.41.6.6&r2=1.41.6.7 Delta lines: +1 -4 ------------------- --- TEditControl.cxx 21 Mar 2006 18:43:23 -0000 1.41.6.6 +++ TEditControl.cxx 20 Apr 2006 06:53:19 -0000 1.41.6.7 @@ -71,9 +71,6 @@ #ifndef _DBA_DBACCESS_HELPID_HRC_ #include "dbaccess_helpid.hrc" #endif -#ifndef DBAUI_TABLEDESCRIPTIONWINDOW_HXX -#include "TableDescWin.hxx" -#endif #ifndef _COMPHELPER_TYPES_HXX_ #include <comphelper/types.hxx> #endif @@ -1294,7 +1291,7 @@ } //------------------------------------------------------------------------------ -ULONG OTableEditorCtrl::GetTotalCellWidth(long nRow, sal_uInt16 nColId) +sal_uInt32 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]
