Tag: cws_src680_dba203b User: fs Date: 06/03/27 06:02:34 Modified: /dba/dbaccess/source/ui/tabledesign/ TEditControl.cxx
Log: #i52306# DropDownLineCount(15) 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.46&r2=1.46.42.1 Delta lines: +20 -19 --------------------- --- TEditControl.cxx 16 Jan 2006 15:30:40 -0000 1.46 +++ TEditControl.cxx 27 Mar 2006 14:02:31 -0000 1.46.42.1 @@ -4,9 +4,9 @@ * * $RCSfile: TEditControl.cxx,v $ * - * $Revision: 1.46 $ + * $Revision: 1.46.42.1 $ * - * last change: $Author: obo $ $Date: 2006/01/16 15:30:40 $ + * last change: $Author: fs $ $Date: 2006/03/27 14:02:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -344,6 +344,7 @@ ////////////////////////////////////////////////////////////////////// // Zelle Typ pTypeCell = new ListBoxControl( &GetDataWindow() ); + pTypeCell->SetDropDownLineCount( 15 ); ////////////////////////////////////////////////////////////////////// // Zelle Beschreibung --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
