Tag: cws_src680_dba24b User: fs Date: 2007-08-27 20:31:02+0000 Modified: dba/dbaccess/source/ui/dlg/DbAdminImpl.cxx
Log: #i80930# fillDetailIds renamed to getSupportedIndirectSettings + now partly based on DataSourceUI, to avoid duplicated hard-coded data File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: DbAdminImpl.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/DbAdminImpl.cxx?r1=1.18.28.2&r2=1.18.28.3 Delta lines: +3 -3 ------------------- --- DbAdminImpl.cxx 2007-08-27 13:30:35+0000 1.18.28.2 +++ DbAdminImpl.cxx 2007-08-27 20:31:00+0000 1.18.28.3 @@ -4,9 +4,9 @@ * * $RCSfile: DbAdminImpl.cxx,v $ * - * $Revision: 1.18.28.2 $ + * $Revision: 1.18.28.3 $ * - * last change: $Author: fs $ $Date: 2007/08/27 13:30:35 $ + * last change: $Author: fs $ $Date: 2007/08/27 20:31:00 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -771,7 +771,7 @@ // first determine which of all the items are relevant for the data source (depends on the connection url) DATASOURCE_TYPE eType = getDatasourceType(_rSource); ::std::vector< sal_Int32> aDetailIds; - ODriversSettings::fillDetailIds(eType,aDetailIds); + ODriversSettings::getSupportedIndirectSettings(eType,aDetailIds); // collect the translated property values for the relevant items PropertyValueSet aRelevantSettings; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
