User: vg Date: 05/02/17 03:03:49 Modified: /dba/dbaccess/source/core/dataaccess/ datasource.cxx
Log: INTEGRATION: CWS dba23 (1.52.16); FILE MERGED 2005/02/11 10:10:18 oj 1.52.16.3: RESYNC: (1.53-1.54); FILE MERGED 2005/02/03 08:06:56 oj 1.52.16.2: RESYNC: (1.52-1.53); FILE MERGED 2005/01/19 09:10:25 oj 1.52.16.1: #i40485# new service for the new database document File Changes: Directory: /dba/dbaccess/source/core/dataaccess/ ================================================ File [changed]: datasource.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/datasource.cxx?r1=1.55&r2=1.56 Delta lines: +1 -1 ------------------- --- datasource.cxx 16 Feb 2005 15:59:00 -0000 1.55 +++ datasource.cxx 17 Feb 2005 11:03:46 -0000 1.56 @@ -757,7 +757,7 @@ { Sequence< ::rtl::OUString > aSNS( 3 ); aSNS[0] = SERVICE_SDB_DATASOURCE; - aSNS[1] = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sdb.DatabaseDocument")); + aSNS[1] = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sdb.OfficeDatabaseDocument")); aSNS[2] = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.document.OfficeDocument")); return aSNS; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
