Tag: cws_src680_dba24b User: fs Date: 2007-08-27 20:29:27+0000 Modified: dba/dbaccess/source/ui/dlg/detailpages.cxx
Log: #i80930# File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: detailpages.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/detailpages.cxx?r1=1.47.28.1&r2=1.47.28.2 Delta lines: +3 -3 ------------------- --- detailpages.cxx 2007-08-27 10:48:12+0000 1.47.28.1 +++ detailpages.cxx 2007-08-27 20:29:24+0000 1.47.28.2 @@ -4,9 +4,9 @@ * * $RCSfile: detailpages.cxx,v $ * - * $Revision: 1.47.28.1 $ + * $Revision: 1.47.28.2 $ * - * last change: $Author: fs $ $Date: 2007/08/27 10:48:12 $ + * last change: $Author: fs $ $Date: 2007/08/27 20:29:24 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1070,7 +1070,7 @@ { DATASOURCE_TYPE eType = ODbDataSourceAdministrationHelper::getDatasourceType( _rAttrSet ); DataSourceMetaData aMetaData( eType ); - return new SpecialSettingsPage( _pParent, _rAttrSet, aMetaData.getAdvancedSettingsSupport() ); + return new SpecialSettingsPage( _pParent, _rAttrSet, aMetaData ); } //......................................................................... } // namespace dbaui --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
