Tag: cws_src680_dba20blocker User: fs Date: 05/06/23 06:56:23 Modified: /dba/dbaccess/source/ui/control/ ColumnControlWindow.cxx, FieldDescControl.cxx
Log: oops. Didn't intend to move this change herein File Changes: Directory: /dba/dbaccess/source/ui/control/ =========================================== File [changed]: ColumnControlWindow.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/control/ColumnControlWindow.cxx?r1=1.3.134.1&r2=1.3.134.2 Delta lines: +4 -6 ------------------- --- ColumnControlWindow.cxx 23 Jun 2005 13:34:40 -0000 1.3.134.1 +++ ColumnControlWindow.cxx 23 Jun 2005 13:56:20 -0000 1.3.134.2 @@ -2,9 +2,9 @@ * * $RCSfile: ColumnControlWindow.cxx,v $ * - * $Revision: 1.3.134.1 $ + * $Revision: 1.3.134.2 $ * - * last change: $Author: fs $ $Date: 2005/06/23 13:34:40 $ + * last change: $Author: fs $ $Date: 2005/06/23 13:56:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -116,7 +116,7 @@ { case tpFormat: case tpDefault: -// case tpAutoIncrement: + case tpAutoIncrement: case tpColumnName: break; default: @@ -130,7 +130,7 @@ { case tpFormat: case tpDefault: -// case tpAutoIncrement: + case tpAutoIncrement: case tpColumnName: break; default: @@ -207,8 +207,6 @@ Init(); ::dbaui::fillTypeInfo(m_xConnection,m_sTypeNames,m_aDestTypeInfo,m_aDestTypeInfoIndex); - // read autoincrement value set in the datasource - ::dbaui::fillAutoIncrementValue(m_xConnection,m_bAutoIncrementEnabled,m_sAutoIncrementValue); } } // ----------------------------------------------------------------------------- File [changed]: FieldDescControl.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/control/FieldDescControl.cxx?r1=1.38.78.1&r2=1.38.78.2 Delta lines: +3 -3 ------------------- --- FieldDescControl.cxx 23 Jun 2005 13:34:41 -0000 1.38.78.1 +++ FieldDescControl.cxx 23 Jun 2005 13:56:20 -0000 1.38.78.2 @@ -2,9 +2,9 @@ * * $RCSfile: FieldDescControl.cxx,v $ * - * $Revision: 1.38.78.1 $ + * $Revision: 1.38.78.2 $ * - * last change: $Author: fs $ $Date: 2005/06/23 13:34:41 $ + * last change: $Author: fs $ $Date: 2005/06/23 13:56:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -836,7 +836,7 @@ // nur fuer AutoIncrement eine Sonderbehandlung if (pListBox == pAutoIncrement) { -//#i46266# pListBox->SaveValue(); + pListBox->SaveValue(); if(pListBox->GetSelectEntryPos() == 1) { // no DeactivateAggregate( tpAutoIncrementValue ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
