Tag: cws_src680_dba24d User: fs Date: 2007-11-08 14:16:09+0000 Modified: dba/dbaccess/source/ui/tabledesign/TEditControl.hxx
Log: EditMode is unused File Changes: Directory: /dba/dbaccess/source/ui/tabledesign/ =============================================== File [changed]: TEditControl.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/tabledesign/TEditControl.hxx?r1=1.19&r2=1.19.158.1 Delta lines: +3 -7 ------------------- --- TEditControl.hxx 2006-10-18 13:32:53+0000 1.19 +++ TEditControl.hxx 2007-11-08 14:16:06+0000 1.19.158.1 @@ -4,9 +4,9 @@ * * $RCSfile: TEditControl.hxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.19.158.1 $ * - * last change: $Author: ihi $ $Date: 2006/10/18 13:32:53 $ + * last change: $Author: fs $ $Date: 2007/11/08 14:16:06 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -73,8 +73,6 @@ ::std::vector< ::boost::shared_ptr<OTableRow> > m_aUndoList; ::std::vector< ::boost::shared_ptr<OTableRow> >* m_pRowList; - EEditMode eEditMode; - OSQLNameEdit* pNameCell; ::svt::ListBoxControl* pTypeCell; Edit* pDescrCell; @@ -214,8 +212,6 @@ String GenerateName( const String& rName ); BOOL SetDataPtr( long nRow ); - void SetEditMode( EEditMode eMode ){ eEditMode = eMode; } - EEditMode GetEditMode(){ return eEditMode; } BOOL SaveData(long nRow, USHORT nColumnId); /** AdjustFieldDescription set the needed values for the description @param _pFieldDesc the field description where to set the values --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
