Tag: cws_src680_os63
User: os      
Date: 06/05/08 03:32:48

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.42.52.4&r2=1.42.52.5
Delta lines:  +18 -20
---------------------
--- TEditControl.cxx    8 Feb 2006 17:50:53 -0000       1.42.52.4
+++ TEditControl.cxx    8 May 2006 10:32:45 -0000       1.42.52.5
@@ -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
@@ -343,6 +340,7 @@
        //////////////////////////////////////////////////////////////////////
        // Zelle Typ
        pTypeCell = new ListBoxControl( &GetDataWindow() );
+    pTypeCell->SetDropDownLineCount( 15 );
 
        //////////////////////////////////////////////////////////////////////
        // Zelle Beschreibung
@@ -1292,7 +1290,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]

Reply via email to