User: hr Date: 2007-11-01 15:06:24+0000 Modified: dba/dbaccess/source/ui/dlg/DbAdminImpl.hxx
Log: INTEGRATION: CWS dba24b (1.8.46); FILE MERGED 2007/08/27 10:45:06 fs 1.8.46.1: re-factoring for #i80930#: made getDataSourceType static File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: DbAdminImpl.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/DbAdminImpl.hxx?r1=1.8&r2=1.9 Delta lines: +1 -1 ------------------- --- DbAdminImpl.hxx 2007-05-10 10:22:58+0000 1.8 +++ DbAdminImpl.hxx 2007-11-01 15:06:22+0000 1.9 @@ -146,7 +146,7 @@ /** extracts the connection type from the given set<p/> The connection type is determined by the value of the DSN item, analyzed by the TypeCollection item. */ - DATASOURCE_TYPE getDatasourceType(const SfxItemSet& _rSet) const; + static DATASOURCE_TYPE getDatasourceType( const SfxItemSet& _rSet ); /** returns the connection URL @return --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
