User: vg Date: 05/02/21 03:57:22 Modified: /dba/dbaccess/source/ui/uno/ DBTypeWizDlgSetup.cxx
Log: #43245# File Changes: Directory: /dba/dbaccess/source/ui/uno/ ======================================= File [changed]: DBTypeWizDlgSetup.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/uno/DBTypeWizDlgSetup.cxx?r1=1.4&r2=1.5 Delta lines: +4 -4 ------------------- --- DBTypeWizDlgSetup.cxx 17 Feb 2005 11:10:00 -0000 1.4 +++ DBTypeWizDlgSetup.cxx 21 Feb 2005 11:57:20 -0000 1.5 @@ -2,9 +2,9 @@ * * $RCSfile: DBTypeWizDlgSetup.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: vg $ $Date: 2005/02/17 11:10:00 $ + * last change: $Author: vg $ $Date: 2005/02/21 11:57:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -114,7 +114,7 @@ //------------------------------------------------------------------------- Reference< XInterface > SAL_CALL ODBTypeWizDialogSetup::Create(const Reference< XMultiServiceFactory >& _rxFactory) { - Reference < XInterface > xDBContext = _rxFactory->createInstance(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sdb.DatabaseDocument"))); + Reference < XInterface > xDBContext = _rxFactory->createInstance(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sdb.OfficeDatabaseDocument"))); Sequence<Any> aSequence(1); PropertyValue aPropertyValue; Any aTmp; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
